.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: ;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.backtotop {
  background-color: #666;
  width: 45px;
  bottom: 20px;
  right: 10px;
  min-height: 42px;
  overflow: hidden;
  z-index: 40;
  position: fixed;
  display: block;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.backtotop.hidden-top {
  bottom: -100px;
}
.backtotop:hover {
  background-color: #263543;
}
.backtotop i {
  font-size: 36px;
  margin: 1px 0 0 0 !important;
  color: #fff;
  display: inline-block;
}
.bs-docs-example ul.the-icons li:hover {
  background: #35bbbf;
}
#cpanel_wrapper {
  background: #e5e5e5;
  border: 1px solid #f3f3f3;
  border-right: none;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.4);
  box-shadow: 0 0 1px rgba(0,0,0,0.4);
  position: fixed;
  width: 300px;
  top: 35px;
  right: -320px;
  padding: 8px;
  z-index: 9999;
  font-size: 11px;
}
#cpanel_wrapper #cpanel_btn {
  position: absolute;
  width: 26px;
  left: -47px;
  top: 9px;
  padding: 7px 10px;
  cursor: pointer;
  overflow: hidden;
  background: url("../../templates/sj_kampe/images/cpanel/bg-cpanel-head.png") repeat #666666;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#cpanel_wrapper #cpanel_btn i {
  font-size: 18px;
  margin: 0 0 0 4px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
#cpanel_wrapper #ytcpanel_accordion {
  margin-bottom: 0;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 12px;
  color: #fff;
  margin: 1px -9px 8px 0;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  background: #666666;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset {
  float: right;
  margin: -8px -12px 0;
  position: relative;
  z-index: 1;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset:before {
  content: "";
  position: absolute;
  border-width: 8px 8px 8px 0px;
  left: -7px;
  top: 9px;
  border-style: solid;
  border-color: rgba(0,0,0,0) #35bbbf rgba(0,0,0,0) rgba(0,0,0,0);
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset .btn {
  background: #35bbbf;
  border: medium none;
  font-weight: normal;
  padding: 8px 15px;
  text-transform: none;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset .btn .fa {
  display: none;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset .btn:focus .fa {
  display: block;
  float: left;
  margin: 3px 5px 0 0;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset:hover .btn {
  padding-right: 30px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group {
  border-color: #BCBCBC;
  margin-bottom: 5px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading {
  border: 1px solid #BCBCBC;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top,#FFFFFF,#F1F1F1);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#F1F1F1));
  background-image: -webkit-linear-gradient(top,#FFFFFF,#F1F1F1);
  background-image: -o-linear-gradient(top,#FFFFFF,#F1F1F1);
  background-image: linear-gradient(to bottom,#FFFFFF,#F1F1F1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
  margin: -1px;
  -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading .label {
  float: right;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading .accordion-toggle {
  padding: 6px 10px;
  font-weight: bold;
  color: #555;
  font-size: 13px;
  background: none;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading .accordion-toggle i {
  float: left;
  font-size: 14px;
  color: #999;
  margin: 3px 5px 0 0;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading:hover {
  background-color: #ededed;
  background-image: -moz-linear-gradient(top,#f5f5f5,#e0e0e0);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#e0e0e0));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#e0e0e0);
  background-image: -o-linear-gradient(top,#f5f5f5,#e0e0e0);
  background-image: linear-gradient(to bottom,#f5f5f5,#e0e0e0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe0e0e0', GradientType=0);
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active {
  background: #777;
  border-color: #777;
  box-shadow: none;
  background-color: #8b8b8b !important;
  background-image: -moz-linear-gradient(top,#999,#777) !important;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#999),to(#777)) !important;
  background-image: -webkit-linear-gradient(top,#999,#777) !important;
  background-image: -o-linear-gradient(top,#999,#777) !important;
  background-image: linear-gradient(to bottom,#999,#777) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff777777', GradientType=0) !important;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active .fa-plus-square-o:before {
  content: "\f147";
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active .accordion-toggle {
  color: #fff;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active .accordion-toggle i {
  color: #fff;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse {
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse:before {
  content: "";
  position: absolute;
  border-width: 8px 8px 0;
  left: 20px;
  top: -2px;
  border-style: solid;
  border-color: #777 rgba(0,0,0,0) rgba(0,0,0,0);
  display: none;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse.in:before {
  display: block;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner {
  border: none;
  padding: 8px;
  padding-top: 15px;
  color: #666;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner h4.clear {
  margin: 0 0 6px;
  padding: 15px 0 0;
  font-size: 100%;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner h4.clear span {
  padding: 1px 5px;
  line-height: 15px;
  border-left: 2px solid #999;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .fs-desc {
  line-height: 11px;
  color: #838383;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color {
  width: 38px;
  height: 25px;
  position: relative;
  line-height: 25px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 5px 5px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow:  0 -1px 8px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 2px rgba(0, 0, 0, 0.38), 0 0 #BBBBBB, 0 3px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:  0 -1px 8px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 2px rgba(0, 0, 0, 0.38), 0 0 #BBBBBB, 0 3px 2px rgba(0, 0, 0, 0.25);
  box-shadow:  0 -1px 8px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 2px rgba(0, 0, 0, 0.38), 0 0 #BBBBBB, 0 3px 2px rgba(0, 0, 0, 0.25);
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.active {
  margin-top: 7px;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
  -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
  box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item.footer-backgroud-image,
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item.header-backgroud-image {
  width: 64%;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item input.miniColors {
  margin: 0 -1px 0 0 !important;
  border-color: #ccc;
  width: 55px !important;
  border-radius: 3px 0 0 3px !important;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .pattern {
  height: 22px;
  width: 30px;
  float: left;
  text-indent: -999em;
  margin: 0 5px 0 0;
  cursor: pointer;
  background-color: #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .pattern.active {
  border: 1px solid rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px rgba(0, 0, 0, 0.15);
  background-color: #eee;
}
.selectbox {
  width: 95%;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  padding-left: 0;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectbox:hover {
  border-color: #999;
}
.selectbox select {
  z-index: 10;
  padding: 0;
  width: 99%;
  height: 22px;
  margin: 0;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
}
.selectbox .selecttext {
  z-index: 9;
  position: absolute;
  left: 5px;
  display: inline-block;
}
.selectbox .select-arrow {
  background: url(../../templates/sj_kampe/images/shortcode/dk_arrows.png) no-repeat 50% 50%;
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 26px;
  top: 0;
  right: 0;
}
.yt-sticky {
  position: relative;
  z-index: 80;
}
.yt-sticky .module {
  position: absolute;
  z-index: 88;
  margin-bottom: 10px;
  border: none;
}
.yt-sticky .module .module-inner1 {
  position: relative;
}
.yt-sticky .module .module-inner1 .module-inner2 {
  margin: 6px;
}
.yt-sticky .module .module-inner1 .module-inner2 .module-inner3 {
  padding: 10px;
  background-color: #fff;
  font-size: 12px;
}
.btn-special {
  height: 45px;
  width: 45px;
  background-color: #6b82a2;
  display: block;
  position: absolute;
  left: 0px;
  cursor: pointer;
  text-align: center;
}
.btn-special span {
  font-size: 20px;
  line-height: 36px;
  width: 24px;
  margin: 0 4px 0 8px;
}
.btn-special:hover span {
  color: #fff;
  text-shadow: 0 0 7px rgba(255,255,255,0.7);
}
#yt_notice {
  position: fixed;
  top: 0px;
  height: 0px;
  min-height: 0px;
  z-index: 96;
}
#yt_notice .yt-notice .module {
  background-color: #6b82a2;
  color: #eee;
  -webkit-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ccc;
  -moz-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ccc;
  box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ccc;
  position: absolute;
  top: -99em;
  z-index: 88;
  text-align: center;
  width: 100%;
  min-height: 35px;
  margin: 0;
  border: none;
}
#yt_notice .yt-notice .module.active {
  -webkit-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ddd;
  -moz-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ddd;
  box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ddd;
}
#yt_notice .yt-notice .module.active .btn-special {
  color: #fff;
  background: #5E7696;
  border-radius: 0;
}
#yt_notice .yt-notice .module .module-inner1 {
  position: relative;
  padding: 10px;
}
#yt_notice .yt-notice .module .module-inner1 .btn-special {
  position: absolute;
  right: 90px;
  left: auto;
  height: 39px;
  color: #BFCFE6;
  margin-top: -1px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
#yt_notice .yt-notice .module .module-inner1 .btn-special span {
  margin: 0 8px 0 8px;
  line-height: 36px;
}
#yt_notice .yt-notice .module .module-inner1 .modcontent {
  padding: 0;
  color: #2e2e2e;
  font-size: 12px;
}
#yt_notice .yt-notice .module .module-inner1 .modcontent a {
  color: #fff;
  display: inline-block;
}
#yt_sticky_left {
  position: fixed;
  z-index: 250;
  left: 0;
  top: 165px;
  margin: 0 !important;
  height: 0px;
  min-height: 0px;
}
#yt_sticky_left .yt-sticky {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#yt_sticky_left .yt-sticky .module {
  width: 100%;
  left: -100%;
  background: #6b82a2;
}
#yt_sticky_left .yt-sticky .module:first-child .btn-special {
  border-radius: 0 3px 0 0;
}
#yt_sticky_left .yt-sticky .module:last-child .btn-special {
  border-radius: 0 0 3px 0;
}
#yt_sticky_left .yt-sticky .module .btn-special {
  left: 100%;
  top: -6px;
  height: 49px;
  color: #bfcfe6;
  border-bottom: 1px solid #7c91ae;
  background-color: #6b82a2;
  -webkit-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
}
#yt_sticky_left .yt-sticky .module .btn-special span {
  line-height: 49px;
}
#yt_sticky_right {
  position: fixed;
  z-index: 250;
  right: 0;
  top: 165px;
  margin: 0 !important;
  height: 0px;
  min-height: 0px;
}
#yt_sticky_right .yt-sticky {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#yt_sticky_right .yt-sticky .module {
  width: 100%;
  position: absolute;
  z-index: 88;
  margin-bottom: 10px;
  right: -100%;
  background: #6b82a2;
}
#yt_sticky_right .yt-sticky .module:first-child .btn-special {
  border-radius: 3px 0 0 0;
}
#yt_sticky_right .yt-sticky .module:last-child .btn-special {
  border-radius: 0 0 0 3px;
}
#yt_sticky_right .yt-sticky .module .btn-special {
  left: auto;
  right: 100%;
  top: -6px;
  height: 49px;
  color: #bfcfe6;
  border-bottom: 1px solid #7c91ae;
  background-color: #6b82a2;
  -webkit-box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
}
#yt_sticky_right .yt-sticky .module .btn-special span {
  line-height: 49px;
}
#yt_tool_bottom {
  position: fixed;
  right: 70px;
  bottom: -1px;
  height: 0px;
  min-height: 0px;
  z-index: 89;
}
#yt_tool_bottom .module {
  position: absolute;
  z-index: 88;
  margin: 0;
  background-color: #35bbbf;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), -1px -1px 0 darken(@background1,10%), -1px 0 0 darken(@background1,10%) inset;;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), -1px -1px 0 darken(@background1,10%), -1px 0 0 darken(@background1,10%) inset;;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), -1px -1px 0 darken(@background1,10%), -1px 0 0 darken(@background1,10%) inset;;
  border: none;
}
#yt_tool_bottom .module .module-inner2 {
  padding: 6px;
}
#yt_tool_bottom .module .module-inner2 .module-inner3 {
  padding: 10px;
  background: #fff;
}
#yt_tool_bottom .module .module-inner2 .module-inner3 .box-livesupport input,
#yt_tool_bottom .module .module-inner2 .module-inner3 .box-livesupport textarea {
  width: 95%;
  font-size: 12px;
}
#yt_tool_bottom .module .module-inner2 .module-inner3 .modcontent {
  padding: 0;
  font-size: 12px;
}
#yt_tool_bottom .module .btn-special {
  left: auto;
  top: -36px;
  right: 0px;
  width: auto;
  height: 35px;
  padding: 0 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  background: #35bbbf;
  color: #eee;
  border: 1px solid #2a9497;
  border-bottom: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0px -2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0px -2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0px -2px 2px rgba(0, 0, 0, 0.15);
}
#yt_tool_bottom .module .btn-special span {
  line-height: 32px;
}
body {
  color: #999;
}
body#bd {
  background: #161616;
}
body a {
  color: #35bbbf;
}
body a:hover {
  color: #fff;
  text-decoration: none;
}
#yt_wrapper {
  background: url(../../templates/sj_kampe/images/bg-header.png) no-repeat top center;
}
.homepage #yt_wrapper {
  background-image: url(../../templates/sj_kampe/images/bg-home.png);
}
#bd.homepage #yt_header {
  position: absolute;
}
.homepage #yt_slideshow {
  margin-top: 80px;
}
#yt_header {
  position: relative;
  z-index: 99;
  width: 100%;
  background: rgba(0,0,0,0.4);
  min-height: 80px;
}
#yt_header.top-fixed {
  background: rgba(0,0,0,0.8);
  z-index: 1000;
}
#yt_header #yt_menuposition {
  float: left;
  width: 85%;
}
#yt_header #cart {
  float: right;
  width: 14%;
  height: 80px;
  border-left: 1px solid #666;
}
#yt_slideshow {
  background: none;
  padding: 0;
  margin-bottom: 30px;
  min-height: 505px;
}
#yt_slideshow .container {
  width: 100%;
}
#yt_slideshow #slideshow {
  padding: 0;
}
#yt_slideshow #slideshow .sj-slickslider .slickslider-item .item-image {
  text-align: center;
}
#yt_slideshow #slideshow .sj-slickslider .slickslider-item .item-image img {
  width: auto;
  max-width: 100%;
}
#yt_slideshow #slideshow .sj-slickslider .nav-pagination {
  background: none;
  box-shadow: none;
  position: static;
  text-align: center;
}
#yt_breadcrumb {
  padding: 40px 0 30px;
  background: #161616;
}
#yt_breadcrumb .module {
  margin: 0;
}
#yt_breadcrumb #breadcrumb {
  border-bottom: 1px solid #454545;
}
#yt_breadcrumb h3.breadcrumb-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  color: #fff;
}
#yt_breadcrumb ul.breadcrumb {
  float: right;
}
#yt_wrapper {
  position: relative;
  z-index: 3;
  box-shadow: 0 0 5px #000000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#content {
  padding: 0 0 20px;
}
#content #yt_component {
  clear: both;
  margin-bottom: 30px;
}
#content .span12.no-minheight {
  min-height: 0;
}
#yt_spotlight1 {
  background: rgba(0,0,0,0.8);
  position: relative;
  z-index: 100;
  min-height: 90px;
}
#yt_spotlight1 .module {
  margin: 0;
}
#yt_spotlight1 #yt_logoposition {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
#yt_spotlight1 #top1 {
  float: left;
}
#yt_spotlight1 #top2 {
  float: right;
  margin-top: 20px;
}
#yt_spotlight1 #top2 .module {
  float: right;
}
#yt_spotlight2 {
  padding-top: 15px;
}
#yt_spotlight2 h3.modtitle {
  margin-bottom: 20px;
}
#yt_spotlight2 ul.menu li {
  padding: 2px 0;
}
#yt_spotlight2 ul.menu li a {
  color: #ccc;
  display: block;
}
#yt_spotlight2 ul.menu li a:hover {
  color: #fff;
}
#yt_spotlight3 {
  background: url(../../templates/sj_kampe/images/bg-service.png) no-repeat;
  background-attachment: fixed;
  padding: 50px 0;
  margin-bottom: 50px;
  border-top: 1px solid #35bbbf;
  border-bottom: 1px solid #35bbbf;
}
#yt_spotlight4 {
  margin-bottom: 30px;
}
#yt_footer {
  padding: 0;
  background: #000;
}
#yt_footer #footer1 {
  background: #1a1a1a;
  border-top: 4px solid #35bbbf;
  padding: 30px;
}
#yt_footer .group-footer2 {
  position: relative;
  padding: 30px 0;
}
#yt_footer #yt_copyrightposition {
  padding: 0;
  line-height: 20px;
}
#yt_footer #yt_copyrightposition a {
  color: #999;
}
#yt_footer #yt_copyrightposition a:hover {
  color: #35bbbf;
}
.container {
  width: 1170px;
}
div.row-fluid .first[class*="span"] {
  margin: 0;
}
div.row-fluid .span12 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-height: 20px;
}
div.row-fluid .hidden {
  display: none !important;
}
div.row-fluid [class*="span"] {
  min-height: 3px;
}
@media (max-width: 1024px) {
  #bd {
    width: 1190px;
  }
}
a {
  color: #35bbbf;
  -webkit-transition: color 0.15s ease-in-out 0s;
  -moz-transition: color 0.15s ease-in-out 0s;
  -o-transition: color 0.15s ease-in-out 0s;
  transition: color 0.15s ease-in-out 0s;
}
a:hover {
  color: #2f4253;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
[class^="icon-"],
[class*=" icon-"] {
  margin-right: 5px;
}
button.btn [class^="icon-"] {
  margin: 0;
}
.badge,
.label {
  display: inline-block;
}
div.img_caption {
  position: relative;
}
div.img_caption.left {
  margin: 0 1em 1em 0;
}
div.img_caption p.img_caption {
  font-size: 92%;
  font-weight: bold;
  padding: 5px 0 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee;
  border: 1px solid #2e2e2e;
  border-top: none;
  box-shadow: 0 -1px 0 #fff inset;
}
div.caption {
  margin: 0 1em 1em 0;
  float: left;
}
div.yt-lightbox a img {
  width: auto;
}
ul li {
  line-height: 24px;
}
ul ul {
  list-style: disc;
}
ul.blank,
ul.thumbnails {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.latestnews.yt-list {
  margin: -10px -15px;
}
ul.latestnews.yt-list li:last-child {
  border-bottom: none;
}
ul.latestnews.yt-list li {
  border-bottom: 1px solid #f5f5f5;
  padding: 4px 15px;
}
ul.latestnews.yt-list li:hover {
  color: #35bbbf;
  background: #f5f5f5;
}
ul.latestnews.yt-list li a {
  color: #666;
}
ul.latestnews.yt-list li a:hover {
  color: #35bbbf;
}
select {
  padding: 5px 6px;
}
#modlgn-remember {
  margin-top: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 3px;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #7fd9db;
}
input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"],
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.btn:focus,
button[type="submit"] {
  outline: 0 none;
}
label,
input,
button,
select,
textarea {
  font-size: 12px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F7F7F7),color-stop(50%,#fff),to(#fff));
  background-image: -webkit-linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-image: -moz-linear-gradient(top,#F7F7F7,#fff 50%,#fff);
  background-image: -o-linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-image: linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffffffff', GradientType=0);
  padding: 7px 10px;
  border-color: #454545;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.form-horizontal .controls input {
  width: 250px;
}
.form-horizontal .control-group {
  margin-bottom: 15px;
}
.btn-large {
  font-size: 16.25px;
  padding: 9px 19px;
}
.button,
button {
  background: #35bbbf;
  color: #fff;
  text-shadow: none;
  padding: 8px 20px;
  font-size: 100%;
  display: inline-block;
  vertical-align: top;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.button:hover,
button:hover {
  background: #2f4253;
  color: #fff;
}
.form-horizontal .control-label {
  text-align: left;
}
form.box fieldset {
  border: 1px solid #454545;
  padding: 0 10px 10px;
}
form.box legend {
  background: #fff;
  padding: 0 10px;
  width: auto;
  border: none;
  margin: 0;
  font-size: 110%;
  line-height: 100%;
}
.display-limit {
  padding: 1em 0;
  overflow: hidden;
}
.form-inline .input-append .add-on i {
  margin: 0 !important;
}
.collapse {
  overflow: hidden;
}
.form-inline .btn-primary .icon-search {
  vertical-align: 1px;
}
.tooltip {
  background: none;
  border: none;
}
div.tooltip.fade {
  background: transparent;
  border: none;
}
.tip-wrap {
  z-index: 999;
}
.tip-wrap .tip {
  max-width: 350px;
  padding: 0px;
  border: 1px solid #666;
  background: #eee;
}
.tip-wrap .tip.badge-info {
  background-color: #2f96b4;
  padding: 2px 6px;
  border: none;
  box-shadow: 0;
  display: inline-block;
  position: relative;
  top: -2px;
}
.tip-wrap .tip .tip-title {
  background: #666;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  padding: 5px 10px;
  font-weight: bold;
}
.tip-wrap .tip .tip-text {
  color: #444;
  font-size: 108%;
  padding: 5px 10px;
}
table.category {
  width: 100%;
}
table.category thead {
  background: #eee;
}
table.category thead tr th {
  background: #666;
  border-bottom: 2px solid #444;
  font-size: 118%;
  color: #fff;
  padding: 8px;
  text-align: left;
}
table.category thead tr th a {
  color: #fff;
}
table.category tbody tr:hover td {
  background-color: #454545;
}
table.category tbody tr td {
  padding: 8px;
  border-top: 1px solid #2e2e2e;
}
table.category tbody tr td.list-hits,
table.category tbody tr td.hits {
  font-weight: bold;
}
#recaptcha_response_field {
  border-color: #2e2e2e !important;
}
.system-unpublished .system-unpublished {
  margin: -10px;
  padding: 10px;
  border-top: 16px solid;
  border-bottom: 5px solid;
  position: relative;
}
.system-unpublished .system-unpublished:before {
  content: 'Unpublished';
  text-transform: uppercase;
  top: -19px;
  left: 10px;
  position: absolute;
  font-size: 0.8em;
  font-weight: bold;
}
span.highlight {
  background-color: #f16529 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #444;
}
#system-message {
  margin: 0;
}
div.categories-list > div {
  margin-bottom: 2em;
}
div.categories-list > div h3.page-header {
  border-bottom: none;
  font-size: 150%;
  margin: 0;
  font-weight: normal;
}
div.categories-list > div h3.page-header a {
  color: #35bbbf;
}
div.categories-list > div h3.page-header a:hover {
  color: #fff;
}
div.categories-list > div h3.page-header .btn [class^="icon-"] {
  margin: 0;
}
div.categories-list > div h3.page-header .badge {
  vertical-align: 2px;
  display: inline-block;
  background-color: #35bbbf;
}
div.categories-list ul {
  position: relative;
  margin: 0;
  padding-left: 15px;
}
div.categories-list ul li {
  list-style: none;
  font-weight: bold;
  line-height: 20px;
}
div.categories-list ul li ul > li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 10px 0 0 8px;
}
div.categories-list ul li ul > li:after {
  border-left: 1px solid #454545;
  content: "";
  height: 30px;
  width: 1px;
  left: 0px;
  position: absolute;
  top: 0;
}
div.categories-list ul li ul > li:before {
  content: "";
  border-bottom: 1px solid #454545;
  width: 7px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 28px;
}
div.categories-list ul li ul > li .item-title {
  padding: 3px 8px;
}
div.categories-list ul li .newsfeed-count {
  margin-top: 10px;
}
.blog .heading-category {
  font-size: 150%;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
}
.blog .items-leading {
  overflow: hidden;
  padding: 0 0 30px;
  border-bottom: 1px solid #2e2e2e;
}
.blog .items-leading.cols-2,
.blog .items-leading.cols-3,
.blog .items-leading.cols-4 {
  border-bottom: none;
}
.blog .items-leading .item {
  padding: 0;
  overflow: hidden;
}
.blog .items-leading .item .item-image {
  background: url(../../templates/sj_kampe/images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 30px 0 0;
}
.blog .items-leading .item .item-image .item_image_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.blog .items-leading .item .item-image:hover a span.item-img-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.blog .items-leading .item .article-text {
  overflow: hidden;
}
.blog .items-leading .item .article-text .page-header {
  margin: 0 0 5px;
  padding: 0;
  border-bottom: 0;
}
.blog .items-leading .item .article-text .page-header h2 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  margin-bottom: 10px;
}
.blog .items-leading .item .article-text .page-header h2 a {
  color: #999;
}
.blog .items-leading .item .article-text .page-header h2 a:hover {
  color: #35bbbf;
}
.blog .items-leading .item .article-text .itemIntro {
  margin-bottom: 20px;
}
.blog .items-leading .item .article-text .content_rating {
  margin-bottom: 15px;
}
.blog .items-leading .item .article-text .content_rating p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.blog .items-leading .item .article-text .item-headinfo {
  margin-bottom: 8px;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #999;
  float: none;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd.create {
  background: url(../../templates/sj_kampe/images/icons/icon-date.png) no-repeat left center;
  padding: 0 20px;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0 5px;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f003";
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #454545;
  font-size: 15px;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li a:hover {
  color: #35bbbf;
}
.blog .items-leading .item .article-text .item-tags {
  display: block;
  overflow: hidden;
  padding-top: 15px;
  clear: both;
}
.blog .items-leading .item .article-text .item-tags .tags {
  display: inline-block;
  font-size: 13px;
  color: #999;
}
.blog .items-leading .item .article-text .item-tags .tags a {
  font-size: 89%;
  font-weight: normal;
  background: #F4F4F4;
  color: #999;
  text-shadow: none;
  display: inline-block;
  margin-right: -4px;
  padding: 4px 10px;
}
.blog .items-leading .item .article-text .item-tags .tags a:hover {
  background: #35bbbf;
  color: #fff;
}
.blog .items-leading .item .article-text a.more {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #35bbbf;
  font-weight: 400;
}
.blog .items-leading .item .article-text a.more:hover {
  background: #35bbbf;
  color: #fff;
}
.blog .items-leading .item .article-text:hover .page-header h2 a {
  color: #35bbbf;
}
.blog .items-leading .item .article-text:hover a.more {
  background: #35bbbf;
  color: #fff;
}
.blog .items-leading .item.span6 .item-image,
.blog .items-leading .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em !important;
  display: inline-block;
  min-width: inherit !important;
  min-height: inherit !important;
  width: 100%;
}
.blog .items-leading .item.span6 .item-image img,
.blog .items-leading .item.span4 .item-image img {
  width: 100%;
}
.blog .items-leading .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-width: inherit !important;
  min-height: 126px !important;
}
.blog .items-leading .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog .items-leading .leading-0 {
  padding-top: 0;
}
.blog .items-row {
  border-bottom: 1px solid #2e2e2e;
  padding: 30px 0;
}
.blog .items-row.cols-2,
.blog .items-row.cols-3,
.blog .items-row.cols-4 {
  border-top: none;
}
.blog .items-row.first-row {
  padding-top: 0;
}
.blog .items-row .item {
  padding: 0;
  overflow: hidden;
}
.blog .items-row .item .item-image {
  background: url(../../templates/sj_kampe/images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 30px 0 0;
}
.blog .items-row .item .item-image .item_image_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.blog .items-row .item .item-image:hover a span.item-img-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.blog .items-row .item .article-text {
  overflow: hidden;
}
.blog .items-row .item .article-text .page-header {
  margin: 0 0 5px;
  padding: 0;
  border-bottom: 0;
}
.blog .items-row .item .article-text .page-header h2 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  margin-bottom: 10px;
}
.blog .items-row .item .article-text .page-header h2 a {
  color: #999;
}
.blog .items-row .item .article-text .page-header h2 a:hover {
  color: #35bbbf;
}
.blog .items-row .item .article-text .itemIntro {
  margin-bottom: 20px;
}
.blog .items-row .item .article-text .content_rating {
  margin-bottom: 15px;
}
.blog .items-row .item .article-text .content_rating p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.blog .items-row .item .article-text .item-headinfo {
  margin-bottom: 8px;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #999;
  float: none;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd.create {
  background: url(../../templates/sj_kampe/images/icons/icon-date.png) no-repeat left center;
  padding: 0 20px;
}
.blog .items-row .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0 5px;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f003";
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #454545;
  font-size: 15px;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li a:hover {
  color: #35bbbf;
}
.blog .items-row .item .article-text .item-tags {
  display: block;
  overflow: hidden;
  padding-top: 15px;
  clear: both;
}
.blog .items-row .item .article-text .item-tags .tags {
  display: inline-block;
  font-size: 13px;
  color: #999;
}
.blog .items-row .item .article-text .item-tags .tags a {
  font-size: 89%;
  font-weight: normal;
  background: #F4F4F4;
  color: #999;
  text-shadow: none;
  display: inline-block;
  margin-right: -4px;
  padding: 4px 10px;
}
.blog .items-row .item .article-text .item-tags .tags a:hover {
  background: #35bbbf;
  color: #fff;
}
.blog .items-row .item .article-text a.more {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #35bbbf;
  font-weight: 400;
}
.blog .items-row .item .article-text a.more:hover {
  background: #35bbbf;
  color: #fff;
}
.blog .items-row .item .article-text:hover .page-header h2 a {
  color: #35bbbf;
}
.blog .items-row .item .article-text:hover a.more {
  background: #35bbbf;
  color: #fff;
}
.blog .items-row .item.span6 .item-image,
.blog .items-row .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em !important;
  display: inline-block;
  min-width: inherit !important;
  min-height: inherit !important;
  width: 100%;
}
.blog .items-row .item.span6 .item-image img,
.blog .items-row .item.span4 .item-image img {
  width: 100%;
}
.blog .items-row .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-width: inherit !important;
  min-height: 126px !important;
}
.blog .items-row .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog-featured .items-leading.cols-2,
.blog-featured .items-leading.cols-3,
.blog-featured .items-leading.cols-4 {
  border-bottom: none;
}
.blog-featured .items-leading .item {
  padding: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
}
.blog-featured .items-leading .item .item-image {
  background: url(../../templates/sj_kampe/images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 30px 0 0;
}
.blog-featured .items-leading .item .item-image .item_image_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.blog-featured .items-leading .item .item-image:hover a span.item-img-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.blog-featured .items-leading .item .article-text {
  overflow: hidden;
}
.blog-featured .items-leading .item .article-text .page-header {
  margin: 0 0 5px;
  padding: 0;
  border-bottom: 0;
}
.blog-featured .items-leading .item .article-text .page-header h2 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  margin-bottom: 10px;
}
.blog-featured .items-leading .item .article-text .page-header h2 a {
  color: #999;
}
.blog-featured .items-leading .item .article-text .page-header h2 a:hover {
  color: #35bbbf;
}
.blog-featured .items-leading .item .article-text .itemIntro {
  margin-bottom: 20px;
}
.blog-featured .items-leading .item .article-text .content_rating {
  margin-bottom: 15px;
}
.blog-featured .items-leading .item .article-text .content_rating p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.blog-featured .items-leading .item .article-text .item-headinfo {
  margin-bottom: 8px;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #999;
  float: none;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd.create {
  background: url(../../templates/sj_kampe/images/icons/icon-date.png) no-repeat left center;
  padding: 0 20px;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0 5px;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f003";
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #454545;
  font-size: 15px;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li a:hover {
  color: #35bbbf;
}
.blog-featured .items-leading .item .article-text .item-tags {
  display: block;
  overflow: hidden;
  padding-top: 15px;
  clear: both;
}
.blog-featured .items-leading .item .article-text .item-tags .tags {
  display: inline-block;
  font-size: 13px;
  color: #999;
}
.blog-featured .items-leading .item .article-text .item-tags .tags a {
  font-size: 89%;
  font-weight: normal;
  background: #F4F4F4;
  color: #999;
  text-shadow: none;
  display: inline-block;
  margin-right: -4px;
  padding: 4px 10px;
}
.blog-featured .items-leading .item .article-text .item-tags .tags a:hover {
  background: #35bbbf;
  color: #fff;
}
.blog-featured .items-leading .item .article-text a.more {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #35bbbf;
  font-weight: 400;
}
.blog-featured .items-leading .item .article-text a.more:hover {
  background: #35bbbf;
  color: #fff;
}
.blog-featured .items-leading .item .article-text:hover .page-header h2 a {
  color: #35bbbf;
}
.blog-featured .items-leading .item .article-text:hover a.more {
  background: #35bbbf;
  color: #fff;
}
.blog-featured .items-leading .item.span6 .item-image,
.blog-featured .items-leading .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em !important;
  display: inline-block;
  min-width: inherit !important;
  min-height: inherit !important;
  width: 100%;
}
.blog-featured .items-leading .item.span6 .item-image img,
.blog-featured .items-leading .item.span4 .item-image img {
  width: 100%;
}
.blog-featured .items-leading .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-width: inherit !important;
  min-height: 126px !important;
}
.blog-featured .items-leading .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog-featured .items-row {
  overflow: hidden;
}
.blog-featured .items-row.first-row .item {
  padding-top: 0;
}
.blog-featured .items-row.cols-2,
.blog-featured .items-row.cols-3,
.blog-featured .items-row.cols-4 {
  border-top: none;
}
.blog-featured .items-row .item {
  padding: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #2e2e2e;
}
.blog-featured .items-row .item .item-image {
  background: url(../../templates/sj_kampe/images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 30px 0 0;
}
.blog-featured .items-row .item .item-image .item_image_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.blog-featured .items-row .item .item-image:hover a span.item-img-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.blog-featured .items-row .item .article-text {
  overflow: hidden;
}
.blog-featured .items-row .item .article-text .page-header {
  margin: 0 0 5px;
  padding: 0;
  border-bottom: 0;
}
.blog-featured .items-row .item .article-text .page-header h2 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  margin-bottom: 10px;
}
.blog-featured .items-row .item .article-text .page-header h2 a {
  color: #999;
}
.blog-featured .items-row .item .article-text .page-header h2 a:hover {
  color: #35bbbf;
}
.blog-featured .items-row .item .article-text .itemIntro {
  margin-bottom: 20px;
}
.blog-featured .items-row .item .article-text .content_rating {
  margin-bottom: 15px;
}
.blog-featured .items-row .item .article-text .content_rating p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.blog-featured .items-row .item .article-text .item-headinfo {
  margin-bottom: 8px;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #999;
  float: none;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd.create {
  background: url(../../templates/sj_kampe/images/icons/icon-date.png) no-repeat left center;
  padding: 0 20px;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0 5px;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f003";
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #454545;
  font-size: 15px;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li a:hover {
  color: #35bbbf;
}
.blog-featured .items-row .item .article-text .item-tags {
  display: block;
  overflow: hidden;
  padding-top: 15px;
  clear: both;
}
.blog-featured .items-row .item .article-text .item-tags .tags {
  display: inline-block;
  font-size: 13px;
  color: #999;
}
.blog-featured .items-row .item .article-text .item-tags .tags a {
  font-size: 89%;
  font-weight: normal;
  background: #F4F4F4;
  color: #999;
  text-shadow: none;
  display: inline-block;
  margin-right: -4px;
  padding: 4px 10px;
}
.blog-featured .items-row .item .article-text .item-tags .tags a:hover {
  background: #35bbbf;
  color: #fff;
}
.blog-featured .items-row .item .article-text a.more {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #35bbbf;
  font-weight: 400;
}
.blog-featured .items-row .item .article-text a.more:hover {
  background: #35bbbf;
  color: #fff;
}
.blog-featured .items-row .item .article-text:hover .page-header h2 a {
  color: #35bbbf;
}
.blog-featured .items-row .item .article-text:hover a.more {
  background: #35bbbf;
  color: #fff;
}
.blog-featured .items-row .item.span6 .item-image,
.blog-featured .items-row .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em !important;
  display: inline-block;
  min-width: inherit !important;
  min-height: inherit !important;
  width: 100%;
}
.blog-featured .items-row .item.span6 .item-image img,
.blog-featured .items-row .item.span4 .item-image img {
  width: 100%;
}
.blog-featured .items-row .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-width: inherit !important;
  min-height: 126px !important;
}
.blog-featured .items-row .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog-featured .items-row .item .item-image a {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.blog-featured .items-row .item .item-image:hover a span.item-img-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
body.homepage .item-page .page-header {
  margin: 0 0 20px;
}
.item-page .page-header {
  margin: 0 0 5px;
  padding: 0;
  border-bottom: 0;
  margin: 0 0 5px;
}
.item-page .page-header h2 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  margin-bottom: 10px;
}
.item-page .page-header h2 a {
  color: #999;
}
.item-page .page-header h2 a:hover {
  color: #35bbbf;
}
.item-page .page-header h2 {
  font-size: 180%;
}
.item-page .article-info {
  margin-bottom: 8px;
  margin: 0 0 20px;
}
.item-page .article-info dl.article-info {
  margin: 0;
}
.item-page .article-info dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #999;
  float: none;
}
.item-page .article-info dl.article-info dd.create {
  background: url(../../templates/sj_kampe/images/icons/icon-date.png) no-repeat left center;
  padding: 0 20px;
}
.item-page .article-info ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.item-page .article-info ul.actions li {
  display: inline-block;
  margin: 0 5px;
}
.item-page .article-info ul.actions li.print-icon a:after {
  content: "\f02f";
}
.item-page .article-info ul.actions li.email-icon a:after {
  content: "\f003";
}
.item-page .article-info ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.item-page .article-info ul.actions li a {
  font-family: FontAwesome;
  color: #454545;
  font-size: 15px;
}
.item-page .article-info ul.actions li a img {
  display: none;
}
.item-page .article-info ul.actions li a:hover {
  color: #35bbbf;
}
.item-page .article-info ul.actions li.email-icon {
  margin: 0;
}
.item-page .article-info dl.article-info dd.create {
  background: none;
  padding: 0;
  color: #A8A8A8;
}
.item-page .article-info .actions .edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.item-page .vote-info {
  clear: both;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}
.item-page .vote-info form {
  margin: 0;
  margin: 0 10px;
}
.item-page .vote-info .content_rating {
  vertical-align: middle;
  display: inline-block;
  color: #999;
  float: left;
  margin: 0 20px 0 0;
}
.item-page .vote-info .content_vote {
  color: #999;
}
.item-page .vote-info .content_vote label {
  display: block;
}
.item-page .vote-info .content_vote input[type="radio"] {
  margin: 4px 2px;
}
.item-page .vote-info .content_vote .button {
  height: auto;
}
.item-page div.related-items-title {
  text-transform: uppercase;
  margin-top: 2em;
}
.item-page > .img-fulltext {
  background: url(../../templates/sj_kampe/images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 30px 0 0;
  margin-bottom: 15px;
}
.item-page > .img-fulltext .item_image_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.item-page > .img-fulltext:hover a span.item-img-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.item-page > .img-fulltext div.img_caption p.img_caption {
  padding: 5px 0;
}
.item-page > .img-fulltext.pull-left {
  margin-right: 1.5em;
}
.item-page > .img-fulltext.pull-right {
  margin-left: 1.5em;
}
.item-page > .img-fulltext:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item-page > .img-fulltext:hover .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.item-page > .img-fulltext:hover .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.item-page .itemFullText {
  clear: both;
  font-weight: 300;
}
.item-page .itemFullText h3.related-title {
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
.item-page .itemFullText ul.related-items {
  margin-bottom: 40px;
}
.item-page .itemFullText ul.related-items li h3.related-item-title {
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  margin-bottom: 5px;
}
.item-page .itemFullText ul.related-items li h3.related-item-title a {
  color: #999;
}
.item-page .itemFullText ul.related-items li h3.related-item-title a:hover {
  color: #35bbbf;
}
.item-page .itemFullText ul.related-items li img {
  width: 100%;
}
.item-page .itemFullText ul.related-items li span.related-item-date {
  display: block;
  background: url(../../templates/sj_kampe/images/icons/icon-date.png) no-repeat left center;
  padding-left: 20px;
}
.item-page ul.related-items li .img-fulltext {
  display: block;
  margin-bottom: 10px;
}
.item-page.edit .formelm-buttons {
  margin: 0 0 1em 0;
}
.item-page.edit .modal {
  position: static;
  width: auto;
  box-shadow: none;
}
.item-page.edit .input-prepend.input-append .add-on:first-child,
.item-page.edit .input-prepend.input-append .btn:first-child {
  margin-left: 1px;
  margin-right: -1px;
}
.item-page .article-index {
  float: none;
  clear: both;
}
.item-page .article-index .nav-tabs {
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
}
.item-page .article-index .nav-tabs > li {
  float: left;
}
.item-page .article-index .nav-tabs > li a {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 25px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.item-page .article-index .nav-tabs > li a:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid transparent;
  bottom: -10px;
  content: "";
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: top;
  width: 0;
}
.item-page .article-index .nav-tabs > li a.active,
.item-page .article-index .nav-tabs > li a:hover,
.item-page .article-index .nav-tabs > li a:focus {
  background: #454545;
}
.item-page .article-index .nav-tabs > li a.active:after,
.item-page .article-index .nav-tabs > li a:hover:after,
.item-page .article-index .nav-tabs > li a:focus:after {
  border-top-color: #454545;
}
.item-page .article-index .nav-tabs > li +li {
  margin-left: 2px;
}
.item-page .pager ul li +li {
  margin-left: 10px;
}
.item-page .pager ul li > a,
.item-page .pager ul li >span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.item-page .pager ul li > a:hover,
.item-page .pager ul li >span:hover {
  background: #35bbbf;
  color: #fff;
}
.item-page .jwDisqusForm #disqus_thread {
  background: none;
  border-color: #2e2e2e;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.item-page .btn.btn-flat.inverse {
  background-color: #35bbbf;
  -webkit-box-shadow: 0 -3px #2a9497 inset;
  -moz-box-shadow: 0 -3px #2a9497 inset;
  box-shadow: 0 -3px #2a9497 inset;
}
.item-page .btn.btn-flat.inverse:hover {
  background: #fff;
  -webkit-box-shadow: 0 -3px #e6e6e6 inset;
  -moz-box-shadow: 0 -3px #e6e6e6 inset;
  box-shadow: 0 -3px #e6e6e6 inset;
  color: #35bbbf;
}
.item-page .yt-testimonial p {
  color: inherit;
}
.homepage .item-page .img-fulltext {
  display: block;
}
.calendar table td {
  display: table-cell;
}
.calendar thead .hilite {
  border: none;
}
ul.related-items li h3.related-item-title {
  font-weight: normal;
}
div.tag-category > h2 {
  color: #666;
  font-size: 160%;
  padding-bottom: 10px;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
}
div.tag-category .category-desc {
  margin-bottom: 2em;
}
div.tag-category .form-inline {
  margin: 0;
}
div.tag-category .filters {
  padding: 5px;
  margin: 0 0 20px;
  background: #f5f5f5;
  border-bottom: 1px solid #2e2e2e;
}
div.tag-category .filters input[type="text"],
div.tag-category .filters select {
  margin: 0;
}
div.tag-category ul.items-row li.item {
  padding: 0;
  overflow: hidden;
  border-top: 1px dotted #2e2e2e;
  padding: 30px 0;
}
div.tag-category ul.items-row li.item .item-image {
  background: url(../../templates/sj_kampe/images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 30px 0 0;
}
div.tag-category ul.items-row li.item .item-image .item_image_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
div.tag-category ul.items-row li.item .item-image:hover a span.item-img-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
div.tag-category ul.items-row li.item .article-text {
  overflow: hidden;
}
div.tag-category ul.items-row li.item .article-text .page-header {
  margin: 0 0 5px;
  padding: 0;
  border-bottom: 0;
}
div.tag-category ul.items-row li.item .article-text .page-header h2 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  margin-bottom: 10px;
}
div.tag-category ul.items-row li.item .article-text .page-header h2 a {
  color: #999;
}
div.tag-category ul.items-row li.item .article-text .page-header h2 a:hover {
  color: #35bbbf;
}
div.tag-category ul.items-row li.item .article-text .itemIntro {
  margin-bottom: 20px;
}
div.tag-category ul.items-row li.item .article-text .content_rating {
  margin-bottom: 15px;
}
div.tag-category ul.items-row li.item .article-text .content_rating p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo {
  margin-bottom: 8px;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #999;
  float: none;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo dl.article-info dd.create {
  background: url(../../templates/sj_kampe/images/icons/icon-date.png) no-repeat left center;
  padding: 0 20px;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0 5px;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f003";
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #454545;
  font-size: 15px;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li a:hover {
  color: #35bbbf;
}
div.tag-category ul.items-row li.item .article-text .item-tags {
  display: block;
  overflow: hidden;
  padding-top: 15px;
  clear: both;
}
div.tag-category ul.items-row li.item .article-text .item-tags .tags {
  display: inline-block;
  font-size: 13px;
  color: #999;
}
div.tag-category ul.items-row li.item .article-text .item-tags .tags a {
  font-size: 89%;
  font-weight: normal;
  background: #F4F4F4;
  color: #999;
  text-shadow: none;
  display: inline-block;
  margin-right: -4px;
  padding: 4px 10px;
}
div.tag-category ul.items-row li.item .article-text .item-tags .tags a:hover {
  background: #35bbbf;
  color: #fff;
}
div.tag-category ul.items-row li.item .article-text a.more {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #35bbbf;
  font-weight: 400;
}
div.tag-category ul.items-row li.item .article-text a.more:hover {
  background: #35bbbf;
  color: #fff;
}
div.tag-category ul.items-row li.item .article-text:hover .page-header h2 a {
  color: #35bbbf;
}
div.tag-category ul.items-row li.item .article-text:hover a.more {
  background: #35bbbf;
  color: #fff;
}
div.tag-category ul.items-row li.item.span6 .item-image,
div.tag-category ul.items-row li.item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em !important;
  display: inline-block;
  min-width: inherit !important;
  min-height: inherit !important;
  width: 100%;
}
div.tag-category ul.items-row li.item.span6 .item-image img,
div.tag-category ul.items-row li.item.span4 .item-image img {
  width: 100%;
}
div.tag-category ul.items-row li.item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-width: inherit !important;
  min-height: 126px !important;
}
div.tag-category ul.items-row li.item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
div.tag-category ul.items-row li.item:first-child {
  padding-top: 0;
  border-top: 0;
}
.pagination {
  height: auto;
  margin: 20px 0;
}
.pagination ul {
  border-radius: 0;
  box-shadow: none;
  display: table;
  margin: 0 auto;
}
.pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
.pagination ul li a,
.pagination ul li span {
  float: none;
  display: inline-block;
  line-height: 25px;
  padding: 0 10px;
  border: 1px solid #2e2e2e;
  color: #666;
  background: #f5f5f5;
  border-radius: 0 !important;
}
.pagination ul li a > span,
.pagination ul li span > span {
  float: none;
  background: none;
  border: none;
  padding: 0;
  line-height: 100%;
}
.pagination ul li a {
  color: #35bbbf;
  box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
}
.pagination ul li span.active {
  border: 1px solid #D4D4D4;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.15) inset;
}
.pagination ul li span.active span {
  background: transparent;
  color: #666;
}
.contentpane {
  margin: 1em;
  font-size: 12px;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  color: #777;
}
.contentpane #mailto-window > h2 {
  font-size: 160%;
  font-weight: normal;
}
.contentpane #mailto-window .mailto-close {
  position: absolute;
  right: 40px;
  top: 15px;
  font-size: 16px;
}
.contentpane #mailto-window .formelm label {
  color: #777;
}
.contentpane .item-page .img-fulltext {
  display: inline-block;
  float: none;
}
.contentpane .item-page .img-fulltext .img_caption {
  width: auto !important;
}
.contentpane .item-page ul.related-items li .img-fulltext {
  display: block;
}
.contentpane .item-page ul.related-items li h3.related-item-title {
  margin-bottom: 1.5em;
}
.contentpane .row-fluid [class*="span"] {
  margin-left: 2.12766%;
  float: left;
}
.contentpane .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.contentpane .row-fluid .span4 {
  width: 31.9149%;
}
.contentpane .row-fluid .span3 {
  width: 23.0769%;
}
dl.tabs {
  width: 100%;
  border-bottom: 1px solid #E7E7E7;
  margin: 1.5em 0 1em;
  padding: 0 10px;
  clear: both;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
dl.tabs:before,
dl.tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
dl.tabs:after {
  clear: both;
}
dl.tabs dt {
  float: left;
  margin-right: 5px;
  margin-bottom: -1px;
}
dl.tabs dt.open h3 {
  background: #fff;
  border-bottom-color: #fff;
}
dl.tabs dt.open h3 a {
  color: #35bbbf;
}
dl.tabs dt h3 {
  background: #f5f5f5;
  margin: 0;
  padding: 7px 10px 8px;
  font-size: 116.7%;
  border: 1px solid #e5e5e5;
}
dl.tabs dt h3 a {
  color: #808080;
}
dd.tabs {
  margin: 0;
}
.category-list h2 {
  font-size: 150%;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
}
.category-list .cat-items .display-limit select {
  width: auto !important;
}
.category-list table.category tbody tr td {
  background: none;
  border-color: #2e2e2e;
}
.category-list table.category tbody tr td a {
  color: #35bbbf;
}
.category-list table.category tbody tr td a:hover {
  color: #fff;
}
.category-list table.category tbody tr td .label-info,
.category-list table.category tbody tr td .badge-info {
  background: #35bbbf;
}
div.archive .filter-search {
  background: none;
  border-color: #2e2e2e;
  border-radius: 0;
}
div.archive .filter-search #limit {
  width: auto;
  margin-right: 10px;
}
div.archive .filter-search button.button {
  padding: 5px 20px;
  height: 30px;
}
div.archive #archive-items > div {
  border-top: 1px solid #2e2e2e;
  padding: 20px 0;
}
div.archive #archive-items > div:first-child {
  border-top: none;
}
div.archive #archive-items > div h2.item-title {
  margin: 0;
  font-size: 115%;
}
div.archive #archive-items > div h2.item-title a {
  color: #35bbbf;
}
div.archive #archive-items > div h2.item-title a:hover {
  color: #fff;
}
div.archive #archive-items > div dl.article-info {
  color: #999;
  margin: 0;
}
div.archive #archive-items > div dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
div.archive #archive-items > div .intro > p {
  display: inline;
}
.search #searchForm legend {
  font-size: 18px;
}
.search #searchForm .phrases-box input,
.search #searchForm .only input {
  float: left;
  margin-right: 5px;
}
.search #searchForm .btn {
  border-radius: 4px;
}
.search .search-results {
  clear: both;
}
.search .search-results .result-category {
  display: none;
}
.search .search-results .result-category,
.search .search-results .result-text {
  padding: 0;
  margin: 0;
}
.search .search-results .result-text {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #2e2e2e;
}
.finder #search-form {
  background: none;
  border: 1px solid #2e2e2e;
  padding: 20px;
}
.finder #search-form #finder-search {
  margin: 0;
}
.finder #search-form #finder-search #advanced-search {
  padding: 10px 0 0;
  height: auto;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul {
  list-style: none;
  margin: 0;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul li {
  margin-bottom: 10px;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul li label {
  width: 150px;
}
.finder #search-results #search-query-explained {
  margin: 1em 0;
  border-bottom: 2px solid #2e2e2e;
  font-weight: bold;
  -webkit-box-shadow: inset 0 -1px 0 #454545;
  -moz-box-shadow: inset 0 -1px 0 #454545;
  box-shadow: inset 0 -1px 0 #454545;
}
.finder #search-results ul.list-striped {
  margin: 0;
  list-style: none;
}
.finder #search-results ul.list-striped li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}
.finder #search-results ul.list-striped li .result-url {
  color: #999;
}
hr {
  border-color: #2e2e2e;
}
#member-profile fieldset {
  border-color: #2e2e2e !important;
}
#member-profile fieldset legend {
  color: #999;
}
.form-actions {
  background: none;
  border: 0;
}
.table-striped tbody > tr:nth-child(2n+1) > td,
.table-striped tbody > tr:nth-child(2n+1) > th {
  background: none;
}
.newsfeed-category select[multiple],
.newsfeed-category select[size],
.contact-category select[multiple],
.contact-category select[size] {
  width: auto;
}
.newsfeed h2 {
  border-bottom: 1px solid #2e2e2e;
  padding-bottom: 10px;
  font-size: 160%;
}
.newsfeed .feed-description {
  background: none;
  padding: 10px;
}
.newsfeed ol {
  margin: 0;
  list-style: none;
}
.newsfeed ol li {
  border-bottom: 1px dotted #454545;
  padding: 20px 0;
}
.newsfeed ol li a {
  color: #777;
  font-weight: normal;
}
.newsfeed ol li .feed-item-description {
  margin-top: 10px;
  overflow: hidden;
}
.newsfeed ol li .feed-item-description > img:first-child {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #eee;
  margin: 0 0 10px 15px;
  padding: 5px;
}
.newsfeed ol li:hover a {
  color: #35bbbf;
}
.weblink-category select[multiple],
.weblink-category select[size] {
  width: auto !important;
}
h1.title {
  font-size: 180%;
}
h2.subtitle {
  font-size: 130%;
}
.view-login #system-message {
  width: 550px;
  margin: 0 auto;
}
.view-login #content #yt_component {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.view-login .wrap-login {
  width: 550px;
  margin: 0 auto;
  padding: 1em 2em 2em;
  background: #fff;
  border: 1px solid #454545;
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.view-login .wrap-login .page-header {
  margin: -14px -28px 15px;
  padding: 10px 25px;
  background: #f5f5f5;
  border-bottom: 1px solid #2e2e2e;
}
.view-login .wrap-login .page-header h1 {
  margin: 0;
}
.view-login .wrap-login .form-horizontal .control-group {
  float: left;
  width: 50%;
  margin: 1em 0;
}
.view-login .wrap-login .form-horizontal .control-label {
  float: none;
}
.view-login .wrap-login .form-horizontal .controls input {
  width: 180px;
}
.view-login .wrap-login .other-link {
  overflow: hidden;
}
.view-login .wrap-login .other-link ul.yt-list {
  margin: 0 0 0 15px;
}
.view-login .wrap-login .other-link ul.yt-list li {
  float: left;
  margin-right: 30px;
}
.view-login .wrap-login .other-link ul.yt-list li a {
  font-size: 12px;
  color: #666;
}
.view-login .wrap-login .other-link ul.yt-list li a:hover {
  color: #35bbbf;
}
.login .form-horizontal {
  margin-bottom: 0;
}
.login .well {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 0 0;
  margin: 0;
}
.login .well .control-label label {
  font-weight: bold;
}
.login .well .controls {
  margin: 0;
}
.registration .page-header {
  margin: 0 0 15px;
}
.registration .page-header h2 {
  margin: 0;
}
.registration .form-horizontal .control-label {
  text-align: left;
}
.registration .form-horizontal .control-label label {
  font-weight: bold;
}
.reset .form-horizontal .form-actions,
.remind .form-horizontal .form-actions {
  background: transparent;
  border: none;
  margin: 0;
  padding-top: 0;
}
div.contact h3.jicons-text {
  font-size: 120%;
}
div.contact ul.blank li,
div.contact .contact-misc,
div.contact form.box legend {
  color: #999;
}
div.contact .contact-image {
  width: 50%;
  float: right;
}
div.contact .contact-image img {
  padding: 5px;
  border: 1px solid #454545;
  margin-top: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.contact textarea,
div.contact input {
  width: 300px;
}
div.contact textarea {
  height: 100px;
}
div.contact .contact-address,
div.contact .contact-contactinfo,
div.contact .contact-miscinfo {
  margin-bottom: 2em;
}
.module_menu,
div.module {
  margin: 0 0 50px;
}
.module.clear h3.modtitle {
  background: none;
  border: none;
}
.module h3.modtitle {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.hikashop_subcategories_listing .thumbnails .lavalamp-item {
  width: 33.3333%;
  margin: 0;
}
.module.title1 .modtitle {
  color: #35bbbf;
}
.module.title2 .modtitle {
  color: #2f4253;
}
.module._menu {
  background: #000;
  padding-bottom: 30px;
}
.module._menu h3.modtitle {
  background: #35bbbf;
  padding: 8px 20px;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.module._menu ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module._menu ul.menu > li {
  padding-left: 20px;
}
.module._menu ul.menu > li > a,
.module._menu ul.menu > li >span {
  color: #999;
  display: block;
  background: url(../../templates/sj_kampe/images/icons/icon-liststyle.png) no-repeat left center;
  padding: 8px 20px;
  cursor: pointer;
}
.module._menu ul.menu > li:hover > a,
.module._menu ul.menu > li:hover >span,
.module._menu ul.menu > li.active > a,
.module._menu ul.menu > li.active >span {
  color: #35bbbf;
  background-image: url(../../templates/sj_kampe/images/cyan/icon-liststyle-hover.png);
}
.module._menu ul.menu > li +li {
  border-top: 1px solid #1a1a1a;
}
.module._menu ul.menu > li.deeper {
  background: transparent;
}
.module._menu ul.menu > li.deeper > a,
.module._menu ul.menu > li.deeper >span {
  padding: 8px 20px;
  position: relative;
  cursor: pointer;
}
.module._menu ul.menu > li.deeper > a:after,
.module._menu ul.menu > li.deeper >span:after {
  content: "";
  background: #1a1a1a;
  position: absolute;
  left: -20px;
  right: 0;
  bottom: 0;
  height: 1px;
}
.module._menu ul.menu > li.deeper > ul {
  list-style: none;
  margin: 8px 0;
}
.module._menu ul.menu > li.deeper > ul li {
  padding: 2px 0;
  font-size: 12px;
}
.module._menu ul.menu > li.deeper > ul li span {
  cursor: pointer;
}
.module._menu ul.menu > li.deeper > ul li:before {
  display: inline-block;
}
.module._menu ul.menu > li.deeper > ul li:hover {
  color: #35bbbf;
}
.module._menu ul.menu > li.deeper > ul li:hover li {
  color: #999;
}
.module._menu ul.menu > li.deeper > ul li:hover li:hover {
  color: #35bbbf;
}
.module._menu ul.menu > li.deeper > ul li.active {
  color: #35bbbf;
}
.module._menu ul.menu > li.deeper > ul li.active ul {
  margin-left: 20px;
}
.module._menu ul.menu > li.deeper > ul li.active li {
  color: #666;
}
.module._menu ul.menu > li.deeper > ul li.active li:hover {
  color: #35bbbf;
}
.module._menu ul.menu > li.deeper > ul li.active li.active {
  color: #35bbbf;
}
.module._menu ul.menu > li.deeper > ul li.active li.active a {
  color: #35bbbf;
}
.module._menu ul.menu > li.deeper > ul li.active li a {
  color: #666;
}
.module._menu ul.menu > li.deeper > ul li.active li a:hover {
  color: #35bbbf;
}
.module._menu ul.menu > li.deeper > ul li.active a {
  color: #35bbbf;
}
.module._menu ul.menu > li.deeper > ul li.active span {
  color: #35bbbf;
}
.module._menu ul.menu > li.deeper > ul li a {
  color: #666;
}
.module._menu ul.menu > li.deeper > ul li a:hover {
  color: #35bbbf;
}
.module._menu ul.menu > li.deeper > ul li ul {
  margin: 0;
}
.module.mod-comming {
  padding-bottom: 0;
}
.module.login-form {
  padding-bottom: 10px;
}
.module.login-form h3.modtitle {
  margin-bottom: 30px;
}
.module.login-form .form-inline {
  padding: 0 20px;
}
.module.login-form .form-inline .userdata .control-group label,
.module.login-form .form-inline .userdata .control-group input,
.module.login-form .form-inline .userdata .control-group button,
.module.login-form .form-inline .userdata .control-group select,
.module.login-form .form-inline .userdata .control-group textarea {
  font-size: 14px;
  color: #666;
}
.module.login-form .form-inline .userdata .control-group #modlgn-remember {
  margin-right: 5px !important;
}
.module.login-form .form-inline .userdata .control-group .input-append .add-on {
  width: 65px;
  padding: 5px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #666;
}
.module.login-form .form-inline .userdata .control-group .input-append input {
  padding: 5px 10px !important;
  margin: 0 !important;
  border-color: transparent;
}
.module.login-form .form-inline .userdata .control-group .button {
  background: #fff;
  color: #35bbbf;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px 20px !important;
  border: 2px solid #35bbbf;
}
.module.login-form .form-inline .userdata .control-group .button:hover {
  background: #35bbbf;
  color: #fff;
}
.module.login-form .form-inline .unstyled {
  margin-bottom: 20px;
}
.module.login-form .form-inline .unstyled li a {
  color: #666;
  font-weight: 300;
}
.module.login-form .form-inline .unstyled li a:before {
  content: "\f111";
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 5px;
  vertical-align: middle;
  display: inline-block;
}
.module.login-form .form-inline .unstyled li a:hover {
  color: #35bbbf;
}
.module.login-form .logout-button {
  padding: 0 20px;
}
.module.login-form .logout-button input.btn {
  background: #35bbbf;
  text-shadow: none;
}
.module.login-form .logout-button input.btn:hover {
  background: #fff;
  color: #35bbbf;
}
.module.box_border1 {
  border: 1px solid #2e2e2e;
  padding: 25px;
}
.module.box_border1 h3.modtitle {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  color: #999;
}
.module.box_border2 {
  border: 4px double #2e2e2e;
  background: #1b1b1b;
  padding: 21px;
}
.module.box_border2 h3.modtitle {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  color: #999;
}
.module.box_color1 {
  background: #000;
  border-top: 4px solid #35bbbf;
  padding: 35px 20px;
}
.module.box_color1 h3.modtitle {
  font-size: 18px;
  font-weight: bold;
  color: inherit;
  text-transform: none;
}
.module.box_color1 .modcontent {
  font-weight: 300;
  line-height: 22px;
  color: #666;
}
.module.box_color2 {
  background: #fff;
  border-top: 4px solid #35bbbf;
  padding: 35px 20px;
}
.module.box_color2 h3.modtitle {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  text-transform: none;
}
.module.box_color2 .modcontent {
  font-weight: 300;
  line-height: 22px;
  color: #666;
}
.module.box_color3 {
  background: #35bbbf;
  border-top: 4px solid #fff;
  padding: 35px 20px;
}
.module.box_color3 h3.modtitle {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: none;
}
.module.box_color3 .modcontent {
  font-weight: 300;
  line-height: 22px;
  color: #fff;
}
.module.box_color4 {
  background: #c4254d;
  border-top: 4px solid #fff;
  padding: 35px 20px;
}
.module.box_color4 h3.modtitle {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: none;
}
.module.box_color4 .modcontent {
  font-weight: 300;
  line-height: 22px;
  color: #fff;
}
.module.box_color5 {
  background: #000;
  padding: 20px;
  position: relative;
}
.module.box_color5:before {
  content: "";
  background: #35bbbf;
  position: absolute;
  left: 0;
  top: 25px;
  bottom: 25px;
  width: 4px;
  display: block;
}
.module.box_color5 h3.modtitle {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: none;
}
.module.box_color5 .modcontent {
  font-weight: 300;
  line-height: 22px;
  color: #999;
}
.module.box_color5 .modcontent p {
  margin-bottom: 0;
}
.module.box_title1 h3.modtitle {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  border-bottom: 2px solid #454545;
  padding: 11px 0 7px;
  text-transform: uppercase;
}
.module.box_title1 .modcontent {
  line-height: 22px;
  color: #999;
}
.module.box_title2 h3.modtitle {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  border-bottom: 2px solid #454545;
  padding: 10px 0 7px;
  border-top: 1px solid #454545;
  text-transform: uppercase;
}
.module.box_title2 .modcontent {
  line-height: 22px;
  color: #999;
}
table.variations {
  width: 100%;
  clear: both;
  margin: 1em 0 2em;
  border: 1px solid #2e2e2e;
  font-size: 91%;
}
table.variations tr.odd {
  background: none;
  border: none;
}
table.variations tr td {
  border: 1px solid #454545;
  padding: 5px 10px;
  color: #666;
}
table.variations tr td.bold {
  font-weight: bold;
  background: #e5e5e5;
  box-shadow: 0px 1px 0 rgba(255,255,255,0.6) inset;
}
ul.breadcrumb {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
ul.breadcrumb li {
  padding: 0;
  text-shadow: none;
  font-weight: 400;
}
ul.breadcrumb li:first-child .divider {
  padding: 0;
  height: auto;
}
ul.breadcrumb li .divider {
  display: inline-block;
  margin: 0 8px;
  padding: 0 3px;
  height: auto;
}
ul.breadcrumb li .divider .icon-home {
  font-size: 20px;
  vertical-align: -2px;
  margin: 0;
}
ul.breadcrumb li a,
ul.breadcrumb li span {
  font-size: 89%;
  height: 9px;
  color: #999;
}
ul.breadcrumb li a:hover {
  color: #35bbbf;
}
#mod-finder-searchform {
  margin: 35px 8px 0 0;
  position: relative;
}
#mod-finder-searchform input.inputbox {
  width: 200px;
  height: 20px;
  padding: 4px 10px;
  color: #999;
  background: #fff;
  float: right;
  font-size: 91%;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-left: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.85) inset, 2px 2px 2px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.85) inset, 2px 2px 2px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.85) inset, 2px 2px 2px rgba(0, 0, 0, 0.3) inset;
}
#mod-finder-searchform input.inputbox:focus + .button {
  color: #35bbbf;
}
#mod-finder-searchform .button {
  color: #999;
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 10;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#mod-finder-searchform i {
  margin: 0;
  font-size: 14px;
}
.btn {
  padding: 7px 12px;
}
.form-inline [class^="icon-"],
.form-inline [class*=" icon-"] {
  margin: 0;
}
.form-inline .input-append .add-on,
.form-inline .input-prepend .add-on {
  padding: 7px 10px;
}
.form-inline .input-small {
  width: 120px;
}
.form-inline .icon-add {
  display: inline-block;
  color: #fff;
  line-height: 14px;
  width: 14px;
  height: 14px;
  background: #35bbbf;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
}
.form-inline .icon-add:before {
  content: "+";
}
.form-inline ul.unstyled {
  margin: 0;
}
div.mod-languages {
  position: relative;
  z-index: 1;
  margin-right: 15px;
}
div.mod-languages a.dropdown-toggle {
  color: #fff;
  padding: 8px 15px 8px 8px;
  display: inline-block;
  cursor: pointer;
}
div.mod-languages a.dropdown-toggle > b {
  border-top-color: #fff;
  vertical-align: middle;
}
div.mod-languages a.dropdown-toggle:hover,
div.mod-languages a.dropdown-toggle.open {
  color: #35bbbf;
}
div.mod-languages a.dropdown-toggle:hover b,
div.mod-languages a.dropdown-toggle.open b {
  border-top-color: #35bbbf;
}
div.mod-languages ul.lang-inline {
  margin-top: 7px;
}
div.mod-languages ul.lang-inline li {
  display: inline-block !important;
}
div.mod-languages .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: rgba(53,188,192,0.9);
  box-shadow: none;
  border: none;
  padding: 8px;
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
div.mod-languages .dropdown-menu li {
  margin: 0;
  text-align: left;
  margin-bottom: 3px;
}
div.mod-languages .dropdown-menu li a {
  padding: 7px 5px;
  color: #ddd;
}
div.mod-languages .dropdown-menu li img {
  float: left;
  margin: 2px 8px 0 0;
}
div.mod-languages .dropdown-menu li:hover a {
  color: #fff;
  background: #2a9497;
}
.bg-content1 {
  text-align: center;
}
.bg-content1 .yt-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  line-height: 115px;
  text-align: center;
  font-size: 50px;
  background: #35bbbf;
  display: inline-block;
  margin: 30px 0;
}
.bg-content1 .yt-circle i {
  font-size: 55px;
  color: #fff;
  margin: 0;
}
.bg-content1 h2 {
  font-weight: 400;
}
.bg-content1 p {
  margin: 30px 0;
  color: #777;
}
.sansFont {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
}
a.readmore {
  padding: 10px 15px;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
  display: inline-block;
  font-size: 138%;
  background: rgba(255,255,255,0.1);
}
a.readmore:hover {
  background: #35bbbf;
  color: #fff;
}
a.more {
  background: #35bbbf;
  color: #fff;
  text-shadow: none;
  padding: 8px 20px;
  font-size: 100%;
  display: inline-block;
  vertical-align: top;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.more:hover {
  background: #2f4253;
  color: #fff;
}
#myCarousel .carousel-inner {
  height: 288px;
  width: auto;
  margin: 7em 5em;
  text-align: center;
  color: #fff;
}
#myCarousel .carousel-control {
  border: none;
  background: transparent;
  direction: ltr;
  top: 50%;
  font-size: 50px;
  width: auto;
  text-shadow: none;
}
#footer .yt-socialbt {
  padding: 3px;
  margin-top: 12px;
  margin-right: 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 2px #000000 inset;
  -moz-box-shadow: 1px 1px 2px #000000 inset;
  box-shadow: 1px 1px 2px #000000 inset;
}
#footer .yt-socialbt a {
  background-color: #596A77;
  color: inherit;
  width: 30px;
  height: 30px;
  border: none;
  box-shadow: none;
}
#footer .yt-socialbt a i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
#footer .yt-socialbt a.facebook:hover {
  background-color: #3C5A9A;
  color: #fff;
}
#footer .yt-socialbt a.twitter:hover {
  background-color: #2DAAE0;
  color: #fff;
}
#footer .yt-socialbt a.google-plus:hover {
  background-color: #EE4F2F;
  color: #fff;
}
#footer .yt-socialbt a.rss:hover {
  background-color: #EC4822;
  color: #fff;
}
.wellcomesj {
  text-align: center;
  color: #fff;
  padding: 0 2em;
}
.wellcomesj h1 {
  font-size: 520%;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.7), 1px 1px 2px rgba(0,0,0,0.7);
  margin-bottom: 30px;
}
.wellcomesj h2 {
  font-weight: normal;
  line-height: 35px;
  display: block;
}
.wellcomesj a.readmore {
  width: 150px;
  margin: 3px;
  vertical-align: text-top;
  font-weight: bold;
  line-height: 25px;
}
.top-menu {
  position: relative;
  z-index: 9;
}
.top-menu ul.menu {
  margin: 0;
  padding: 30px 0;
  list-style: none;
}
.top-menu ul.menu li {
  float: left;
}
.top-menu ul.menu li a {
  color: #ccc;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}
.top-menu ul.menu li a:hover {
  color: #35bbbf;
}
.top-menu ul.menu li +li {
  margin-left: 15px;
}
.btn-share {
  position: relative;
  padding: 5px 0;
  margin: 0;
  height: 30px;
}
.btn-share.open .dropdown-menu,
.btn-share:hover .dropdown-menu {
  display: block;
  z-index: 50;
}
.btn-share > a {
  border-left: 1px solid #3b3c3e;
  border-right: 1px solid #3b3c3e;
  margin: 0;
  padding: 0 10px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../../templates/sj_kampe/images/icons/icon_share.png) no-repeat center center;
}
.btn-share .dropdown-menu {
  padding: 0;
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  left: auto;
  right: 0;
}
.btn-share .dropdown-menu:before {
  border-bottom: 15px solid #FFFFFF;
  border-left: 15px solid transparent;
  border-right: 0 solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 25px;
  top: -15px;
}
.btn-share li {
  margin: 3px 5px;
}
.btn-share li +li {
  border-top: 1px solid #eee;
}
.btn-share li .yt-socialbt {
  margin: 0;
}
.btn-share li .yt-socialbt >a {
  color: #999;
  padding: 0;
  margin: 3px;
  height: 22px;
  line-height: 18px;
  width: 22px;
  border-radius: 0;
  box-shadow: none;
}
.btn-share li .yt-socialbt >a > i {
  font-size: 16px;
}
.btn-share li .yt-socialbt >a > i:hover {
  color: #35bbbf;
}
.btn-share li > a {
  margin-left: 5px;
  display: inline-block;
  padding: 0;
  display: inline-block;
  white-space: normal;
  font-size: 12px;
  color: #999;
}
.btn-share li > a:hover {
  background: none;
  color: #35bbbf;
}
.btn-share li:hover .yt-socialbt >a {
  color: #35bbbf;
}
.btn-share li:hover >a {
  color: #35bbbf;
}
.top-search #mod_filder_searchform {
  position: relative;
  height: 40px;
  width: 40px;
  padding: 0;
}
.top-search #mod_filder_searchform #mod-finder-searchform {
  position: absolute;
  top: 0;
  display: inline-block;
  margin: 0;
  height: 40px;
  width: 0;
  overflow: hidden;
  width: 40px;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  right: 0;
}
.top-search #mod_filder_searchform #mod-finder-searchform:hover,
.top-search #mod_filder_searchform #mod-finder-searchform:focus {
  width: 240px;
}
.top-search #mod_filder_searchform #mod-finder-searchform:hover .button,
.top-search #mod_filder_searchform #mod-finder-searchform:focus .button {
  color: #fff;
  background: #35bbbf;
  background-color: 0;
  transition: none;
}
.top-search #mod_filder_searchform #mod-finder-searchform input.inputbox {
  width: 180px;
  height: 30px;
  line-height: 30px;
  color: #999;
  background: #fff;
  float: right;
  font-size: 91%;
  border: 0;
  padding: 5px 10px;
  border-top: none;
  border-left: 1px solid #e1e1e1;
  margin: 0 40px 0 0;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.top-search #mod_filder_searchform #mod-finder-searchform input.inputbox:focus + .button {
  color: #fff;
}
.top-search #mod_filder_searchform #mod-finder-searchform .button {
  color: inherit;
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  z-index: 10;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: none;
}
.top-search #mod_filder_searchform #mod-finder-searchform i {
  margin: 0;
  font-size: 14px;
}
#footer1 .module {
  margin-bottom: 20px;
}
#footer1 .module.footer-logo p {
  margin: 0;
}
#footer1 .module._menu {
  padding-bottom: 20px;
  background: none;
  border-bottom: 1px solid #484848;
}
#footer1 .module._menu ul.menu li {
  padding: 0;
  border: 0;
}
#footer1 .module._menu ul.menu li a {
  padding: 3px 20px;
}
#footer1 .module.newsletter h3.modtitle {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
#footer1 .module.newsletter .newsletter-inner input#newsletter {
  width: 90%;
  padding: 11px 5%;
  font-size: 14px;
  border: 0;
  background: #313131;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#footer1 .module.newsletter form {
  margin: 0;
}
#footer1 .module.newsletter button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 25px;
}
#footer1 .module.newsletter button:hover {
  background: #fff;
  color: #35bbbf;
}
#footer2 .module {
  margin-bottom: 50px;
}
#footer2 .module.shopping {
  margin-bottom: 35px;
}
#footer2 .sj-twitter {
  margin: 15px 0 30px;
}
#footer2 .sj-twitter .ts-wrap .ts-item .ts-image {
  float: left;
  width: 61px;
  border-right: 1px solid #1a1a1a;
  padding-right: 20px;
}
#footer2 .sj-twitter .ts-wrap .ts-item .ts-image img {
  margin: 12px 0;
}
#footer2 .sj-twitter .ts-wrap .ts-item .ts-right {
  margin-left: 100px;
}
#footer2 .sj-twitter .ts-wrap .ts-item .ts-right .ts-text {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 20px;
  word-wrap: break-word;
}
#footer2 .sj-twitter .ts-wrap .ts-item .ts-right a {
  color: #35bbbf;
}
#footer2 .sj-twitter .ts-control {
  display: none;
}
#footer2 .footer-shopping {
  position: relative;
  border: 1px solid #1a1a1a;
  padding: 30px 30px 10px;
}
#footer2 .footer-shopping h3.modtitle {
  background: none repeat scroll 0 0 #000000;
  left: 20px;
  padding: 0 10px;
  position: absolute;
  top: -13px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
#footer2 .footer-shopping .shopping-content ul {
  margin: 0;
  margin: 0 0 0 20px;
  list-style: none;
}
#footer2 .footer-shopping .shopping-content ul li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
#footer2 .footer-shopping .shopping-content ul li .shopping-img {
  width: 30px;
  float: left;
  margin: 7px 30px 7px 0;
}
#footer2 .footer-shopping .shopping-content ul li .shopping-right h3 {
  font-weight: 400;
  font-size: 18px;
  margin: 0;
}
#footer2 .footer-shopping .shopping-content ul li .shopping-right h3 a {
  color: #999;
}
#footer2 .footer-shopping .shopping-content ul li .shopping-right h3 a:hover {
  color: #35bbbf;
}
.sj-backtop {
  display: block;
  padding: 0 20px 5px 10px;
  border-bottom: 5px solid #35bbbf;
  position: absolute;
  right: 0;
  top: -25px;
  color: #999;
  background: url(../../templates/sj_kampe/images/icons/icon-backtop.png) no-repeat 40px 5px;
  text-align: center;
}
#yt_spotlight4 .sj-blog {
  margin-bottom: 100px;
}
.sj-blog {
  overflow: hidden;
}
.sj-blog .sj-k2-container-slider {
  margin: 0;
}
.sj-blog .sj-k2-container-slider .page-button ul.control-button .bt-slider {
  background: url(../../templates/sj_kampe/images/icons/bt-right.png) no-repeat center center;
  background-color: rgba(0,0,0,0.6);
  width: 30px;
  height: 31px;
  right: -8px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.sj-blog .sj-k2-container-slider .page-button ul.control-button .bt-slider.preview {
  background-image: url(../../templates/sj_kampe/images/icons/bt-left.png);
  right: 23px;
}
.sj-blog .sj-k2-container-slider .page-button ul.control-button .bt-slider:hover {
  background-color: #35bbbf;
}
.sj-blog .sj-k2-container-slider .slider {
  margin-left: -1%;
  margin-right: -1%;
}
.sj-blog .sj-k2-container-slider .slider .vpo-wrap .vp .item {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.sj-blog .sj-k2-container-slider .slider:hover .vpo-wrap .vp .item:not(:hover) {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item {
  background: #000;
  border-top: 4px solid #35bbbf;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item .item-wrap {
  margin: 30px 0;
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item .item-wrap .item-img {
  border: 0;
  padding: 0;
  margin-bottom: 20px;
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item .item-wrap .item-img a {
  display: block;
  position: relative;
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item .item-wrap .item-info-top {
  padding: 0 20px;
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item .item-wrap .item-info-top .item-title {
  margin-bottom: 10px;
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item .item-wrap .item-info-top .item-title a {
  font-size: 18px;
  font-weight: 700;
  color: #ccc;
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item .item-wrap .item-info-top .item-title a:hover {
  color: #fff;
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item .item-wrap .item-info-top span.item-created {
  display: block;
  font-size: 12px;
  font-weight: 300;
  background: url(../../templates/sj_kampe/images/icons/icon-date.png) no-repeat left center;
  padding-left: 20px;
  margin-bottom: 30px;
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item .item-wrap .item-info .item-inner {
  padding: 0 20px;
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item .item-wrap .item-info .item-inner .item-des {
  font-size: 14px;
  color: #666;
  font-weight: 300;
  margin-bottom: 25px;
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item .item-wrap .item-info .item-inner .item-more .item-read {
  float: left;
  text-align: start;
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item .item-wrap .item-info .item-inner .item-more .item-read a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #35bbbf;
  padding: 10px 15px;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item .item-wrap .item-info .item-inner .item-more .item-read a span.icon-more {
  background: url(../../templates/sj_kampe/images/cyan/icon-more.png) no-repeat center center;
  display: inline-block;
  width: 8px;
  position: absolute;
  right: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 1px;
  bottom: 0;
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item .item-wrap .item-info .item-inner .item-more .item-comments {
  font-size: 12px;
  text-align: center;
  width: 25px;
  float: right;
  margin-top: 5px;
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item .item-wrap .item-info .item-inner .item-more .item-comments a {
  display: block;
  background: url(../../templates/sj_kampe/images/icons/icon-comment.png) no-repeat right top;
  padding-top: 19px;
  color: #999;
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item:hover {
  background: #35bbbf;
  border-color: #fff;
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item:hover .item-wrap .item-img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item:hover .item-wrap .item-img a span.item-img-hover {
  transform: translate(0px,0px) scale(1);
  -webkit-transform: translate(0px,0px) scale(1);
  -ms-transform: translate(0px,0px) scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item:hover .item-wrap .item-info-top .item-title a {
  color: #fff;
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item:hover .item-wrap .item-info-top span.item-created {
  background-image: url(../../templates/sj_kampe/images/icons/icon-date-hover.png);
  color: #fff;
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item:hover .item-wrap .item-info .item-inner .item-des {
  color: #fff;
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item:hover .item-wrap .item-info .item-inner .item-more .item-read a {
  background: #fff;
  color: #35bbbf;
  padding-right: 35px;
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item:hover .item-wrap .item-info .item-inner .item-more .item-read a span {
  right: 10px;
  opacity: 1;
}
.sj-blog .sj-k2-container-slider .slider.preset01-4 .vpo-wrap .vp .item:hover .item-wrap .item-info .item-inner .item-comments a {
  color: #fff;
  background-image: url(../../templates/sj_kampe/images/icons/icon-comment-hover.png);
}
.sj-service h3.modtitle {
  margin-bottom: 40px;
}
.sj-service .service-inner ul {
  margin: 0;
  list-style: none;
}
.sj-service .service-inner ul li {
  width: 48.5%;
  float: left;
  margin-left: 3%;
}
.sj-service .service-inner ul li.item1,
.sj-service .service-inner ul li.item2 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sj-service .service-inner ul li.service-left {
  margin-left: 0;
}
.sj-service .service-inner ul li .service-image {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  float: left;
}
.sj-service .service-inner ul li .service-image a {
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  background: rgba(255,255,255,0.8);
  display: block;
  height: 100%;
  text-align: center;
  line-height: 100px;
  position: relative;
}
.sj-service .service-inner ul li .service-image a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 50%;
  border: 1px solid #ccc;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.sj-service .service-inner ul li .service-image a:hover {
  background: #35bbbf;
}
.sj-service .service-inner ul li .service-image a:hover:after {
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sj-service .service-inner ul li .service-info {
  font-weight: 300;
  margin-left: 120px;
}
.sj-service .service-inner ul li .service-info h4 a {
  font-size: 18px;
  font-weight: 400;
  color: #ccc;
}
.sj-service .service-inner ul li .service-info h4 a:hover {
  color: #35bbbf;
}
span.item-img-hover {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  background: url(../../templates/sj_kampe/images/icons/icon-plus.png) no-repeat center center #35bbbf;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  transform: translate(-100px,-100px) scale(0);
  -webkit-transform: translate(-100px,-100px) scale(0);
  -ms-transform: translate(-100px,-100px) scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
span.item-img-hover:before {
  border-left: 10px solid rgba(0,0,0,0.3);
  border-top: 10px solid rgba(0,0,0,0.3);
  content: "";
  display: block;
  height: 55px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 55px;
}
#yt_slideshow {
  overflow: hidden;
  z-index: 1;
  position: relative;
}
#yt_slideshow .container {
  width: 100%;
}
#yt_slideshow .module {
  margin: 0;
}
#yt_slideshow .dynamicslideshow-container .dynamicslideshow {
  height: 0;
}
#yt_slideshow .dynamicslideshow-container .tp-bullets {
  left: 50% !important;
  margin-left: -585px !important;
  margin-right: 0 !important;
  right: 0;
  z-index: 1000;
  width: 1170px;
  position: absolute;
}
#yt_slideshow .dynamicslideshow-container .tp-bullets .bullet {
  display: none;
}
#yt_slideshow .dynamicslideshow-container .tp-bullets .round {
  position: absolute;
  display: block;
  width: 100px;
  height: 30px;
  right: 0px;
  top: auto;
  bottom: -20px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: left 0.2s ease-in, right 0.2s ease-in,  opacity 0.2s ease-in;
  -moz-transition: left 0.2s ease-in, right 0.2s ease-in,  opacity 0.2s ease-in;
  -o-transition: left 0.2s ease-in, right 0.2s ease-in,  opacity 0.2s ease-in;
  transition: left 0.2s ease-in, right 0.2s ease-in,  opacity 0.2s ease-in;
  background: url(../../templates/sj_kampe/images/icons/bt-next.png) no-repeat center center #35bbbf;
}
#yt_slideshow .dynamicslideshow-container .tp-bullets .tp-leftarrow.round {
  background-image: url(../../templates/sj_kampe/images/icons/bt-prev.png);
  right: 102px;
}
#yt_slideshow .dynamicslideshow-container .tp-bullets .tp-rightarrow.round:hover,
#yt_slideshow .dynamicslideshow-container .tp-bullets .tp-leftarrow.round:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#yt_slideshow .dynamicslideshow-container .hidebullets,
#yt_slideshow .dynamicslideshow-container .tparrows.hidearrows {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#yt_slideshow .tp-caption {
  text-shadow: none;
}
#yt_slideshow .tp-caption .very_large_text {
  font-family: inherit;
}
#yt_slideshow .tp-caption .slide-big-title {
  font-size: 60px;
  text-transform: uppercase;
}
#yt_slideshow .tp-caption .slide-medium-title {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}
#yt_slideshow .tp-caption .shop-more a {
  display: inline-block;
  padding: 10px 25px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
}
#yt_slideshow .tp-caption .shop-more a:after {
  content: "";
  background: url(../../templates/sj_kampe/images/icons/bt-right.png) no-repeat;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
}
#yt_slideshow .tp-caption .shop-more a:hover {
  color: #35bbbf;
  border-color: #35bbbf;
}
#yt_slideshow .tp-caption .shop-more a:hover:after {
  background-image: url(../../templates/sj_kampe/images/cyan/icon-more.png);
}
#yt_slideshow .tp-caption iframe {
  border: 0;
}
#yt_slideshow .tp-caption .bg-social {
  background: #35bbbf;
}
#yt_slideshow .tp-caption .social-title {
  font-weight: 400;
}
#yt_slideshow .tp-caption .sl-video {
  background: #35bbbf;
  display: inline-block;
  padding: 10px;
}
#yt_slideshow .tp-caption .sl2-title {
  color: #666;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
#yt_slideshow .tp-caption .sl-time {
  color: #999;
  font-weight: 300;
}
#yt_slideshow .tp-caption .sl-description {
  color: #666;
  max-width: 240px;
  white-space: normal;
}
#yt_slideshow .tp-caption .sl3-title {
  font-size: 30px;
  text-transform: uppercase;
  border-bottom: 1px dashed #fff;
  min-width: 370px;
  display: block;
  padding-bottom: 10px;
}
#yt_slideshow .tp-caption .sl3-description {
  max-width: 370px;
  white-space: normal;
  color: #fff;
}
#yt_slideshow .tp-caption .sl-readmore a {
  display: inline-block;
  color: #fff;
  background: #35bbbf;
  padding: 10px 25px;
  font-weight: 400;
  text-transform: uppercase;
}
#yt_slideshow .tp-caption .sl-readmore a:hover {
  background: #fff;
  color: #35bbbf;
}
.banner-right {
  position: relative;
}
.banner-right img {
  width: 100%;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.banner-right .banner-right-content {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  background: #35bbbf;
  color: #fff;
  border-left: 3px solid #fff;
  padding: 10px 20px;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.banner-right .banner-right-content h3 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
}
.banner-right .banner-right-content h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.banner-right:hover .banner-right-content {
  top: 30px;
}
.container .itemListView .resplc-loadmore,
.container .blog .resplc-loadmore,
.container .blog-featured .resplc-loadmore {
  margin: 0;
}
.container .itemListView .resplc-loadmore .resplc-loadmore-btn,
.container .blog .resplc-loadmore .resplc-loadmore-btn,
.container .blog-featured .resplc-loadmore .resplc-loadmore-btn {
  background: url("../../templates/sj_kampe/images/bg-loadmore.png") no-repeat scroll left center transparent;
  color: #CCCCCC;
  font-size: 18px;
  font-weight: 300;
  min-width: 292px;
  padding: 20px 0 35px;
  position: relative;
  text-transform: uppercase;
}
.container .itemListView .resplc-loadmore .resplc-loadmore-btn .ajax-first,
.container .blog .resplc-loadmore .resplc-loadmore-btn .ajax-first,
.container .blog-featured .resplc-loadmore .resplc-loadmore-btn .ajax-first {
  display: none;
}
.container .itemListView .resplc-loadmore .resplc-loadmore-btn .resplc-image-loading,
.container .blog .resplc-loadmore .resplc-loadmore-btn .resplc-image-loading,
.container .blog-featured .resplc-loadmore .resplc-loadmore-btn .resplc-image-loading {
  background: url("../../templates/sj_kampe/images/icons/loadmore.gif") no-repeat scroll center center rgba(0,0,0,0);
  height: 31px;
  left: 50px;
  position: absolute;
  top: 15px;
  width: 31px;
}
.container .itemListView .resplc-loadmore .resplc-loadmore-btn:hover,
.container .blog .resplc-loadmore .resplc-loadmore-btn:hover,
.container .blog-featured .resplc-loadmore .resplc-loadmore-btn:hover {
  background-image: url(../../templates/sj_kampe/images/cyan/bg-loadmore.png);
  color: #fff;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}
.noitalic {
  font-style: normal !important;
}
.nobold {
  font-weight: normal !important;
}
.nomarginall {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.nopaddingall {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.nomargintop {
  margin-top: 0 !important;
}
.poscenter {
  display: table;
  margin: 0 auto;
}
.nomarginbottom {
  margin-bottom: 0 !important;
}
.nomarginleft {
  margin-left: 0 !important;
}
.nomarginright {
  margin-right: 0 !important;
}
.nopaddingtop {
  padding-top: 0 !important;
}
.nopaddingbottom {
  padding-bottom: 0 !important;
}
.nopaddingleft {
  padding-left: 0 !important;
}
.nopaddingright {
  padding-right: 0 !important;
}
.thumbnail.pull-left {
  margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
  margin: 0 0 10px 10px;
}
#flip-scroll table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
}
#flip-scroll th,
#flip-scroll td {
  margin: 0;
  vertical-align: top;
}
#flip-scroll thead {
  display: block;
  float: left;
}
#flip-scroll tbody {
  display: block;
  width: auto;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}
#flip-scroll tbody tr {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #ccc;
  margin-left: -4px;
}
#flip-scroll th:last-child,
#flip-scroll td:last-child {
  border-bottom: 1px solid #babcbf;
}
#flip-scroll th {
  background: #666666;
  border-radius: 0;
  color: #fff;
  display: block;
  text-align: right;
  border-bottom: 0;
  font-size: 13px;
  border-left: 0;
  padding: 7px 10px 5px;
  min-height: 27px;
}
#flip-scroll td {
  display: block;
  padding: 7px 10px 5px;
  min-height: 26px;
  text-align: left;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
#flip-scroll .bs-docs-example th {
  min-height: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 12px;
  font-weight: 600;
}
h1 {
  font-size: 200%;
  line-height: 115%;
}
h2 {
  font-size: 160%;
  line-height: 110%;
}
h3 {
  font-size: 130%;
  line-height: 110%;
}
h4 {
  font-size: 110%;
}
h5 {
  font-size: 91%;
}
h6 {
  font-size: 84%;
}
.com {
  color: #93a1a1;
}
.lit {
  color: #195f91;
}
.pun,
.opn,
.clo {
  color: #93a1a1;
}
.fun {
  color: #dc322f;
}
.str,
.atv {
  color: #D14;
}
.kwd,
.prettyprint .tag {
  color: #1e347b;
}
.typ,
.atn,
.dec,
.var {
  color: teal;
}
.pln {
  color: #48484c;
}
.clear {
  clear: both;
}
.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
div.yt-typography div.page-header > h1 {
  color: #666;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 30px;
  font-size: 240%;
  text-transform: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
ol.linenums {
  margin: 0 0 0 33px;
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 0 3px 10px;
}
ol.linenums li:nth-last-child(odd) {
  background: #FCFCFC;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bs-docs-example h2.page-header {
  font-size: 180%;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin: 1.5em 0 1em;
  padding-bottom: 15px;
}
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #333333;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
.bs-docs-example + .prettyprint {
  margin-top: -20px;
  padding: 4px 0 0 8px;
  margin-bottom: 15px;
  overflow: hidden;
}
.example-sites {
  margin-left: 20px;
}
.example-sites img {
  max-width: 100%;
  margin: 0 auto;
}
.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}
code,
pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  display: inline-block;
}
span.highlight {
  color: #fff;
}
.text-success {
  color: #468847;
}
.text-warning {
  color: #C09853;
}
.text-error {
  color: #B94A48;
}
.text-info {
  color: #3A87AD;
}
.text-success {
  color: #468847;
}
#yt_menuposition ul.navi {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}
#yt_menuposition ul.navi .fancy {
  background: #35bbbf;
  position: absolute;
  width: 0;
}
#yt_menuposition ul.navi > li.level1 {
  float: left;
  position: relative;
  padding: 0;
  z-index: 1;
}
#yt_menuposition ul.navi > li.level1 > .item-link {
  margin: 0;
  line-height: 30px;
  padding: 25px 23px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
}
#yt_menuposition ul.navi > li.level1.submenu_full {
  position: static;
}
#yt_menuposition ul.navi > li.level1.submenu_full .mega-content {
  width: 100%;
  left: 0 !important;
}
#yt_menuposition ul.navi > li.level1.submenu_full .mega-content-inner {
  width: 100% !important;
}
#yt_menuposition ul.navi > li.level1 .showdesc .menu-title {
  line-height: 100%;
  padding-bottom: 3px;
  margin-top: -1px;
  display: block;
}
#yt_menuposition ul.navi > li.level1 .showdesc .menu-desc {
  display: block;
  font-size: 11px;
  color: #ccc;
  line-height: 100%;
}
#yt_menuposition ul.navi > li.level1 .showicon.new-menu .menu-title {
  padding: 0;
  margin: 0;
  display: inline-block;
}
#yt_menuposition ul.navi > li.level1 .showicon.new-menu .menu-icon {
  position: absolute;
  top: 10px;
  right: 25px;
  background: #35bbbf;
  padding: 4px 7px;
  line-height: 0;
}
#yt_menuposition ul.navi > li.level1.active {
  background: #43c7cb;
}
#yt_menuposition ul.navi > li.level1:hover ul.level2,
#yt_menuposition ul.navi > li.level1.hover ul.level2 {
  left: 0;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
#yt_menuposition ul.navi ul {
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 230px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 2px #666;
  -moz-box-shadow: 0 0 2px #666;
  box-shadow: 0 0 2px #666;
}
#yt_menuposition ul.navi ul.subnavi {
  background: #35bbbf;
}
#yt_menuposition ul.navi ul.subnavi:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: -5px;
}
#yt_menuposition ul.navi ul.subnavi > li {
  padding: 0;
  position: relative;
}
#yt_menuposition ul.navi ul.subnavi > li .item-link {
  display: block;
  margin: 0;
  padding: 7px 20px;
  color: #fff;
  font-size: 100%;
  text-transform: none;
  line-height: 25px;
  cursor: pointer;
  font-weight: 300;
}
#yt_menuposition ul.navi ul.subnavi > li .item-link.havechild:after {
  font-family: 'FontAwesome';
  content: "\f101";
  font-size: 14px;
  position: absolute;
  right: 10px;
  z-index: 1;
}
#yt_menuposition ul.navi ul.subnavi > li .item-link:before {
  content: "";
  background: #fff;
  width: 2px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#yt_menuposition ul.navi ul.subnavi > li .item-link span {
  display: inline-block;
}
#yt_menuposition ul.navi ul.subnavi > li .item-link span:before {
  content: "\f111";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 5px;
  vertical-align: middle;
  margin-right: 10px;
}
#yt_menuposition ul.navi ul.subnavi > li +li {
  border-top: 1px solid #7fd9db;
}
#yt_menuposition ul.navi ul.subnavi > li .showdesc {
  text-align: left;
}
#yt_menuposition ul.navi ul.subnavi > li .showdesc span.menu-title {
  padding-bottom: 5px;
}
#yt_menuposition ul.navi ul.subnavi > li .showdesc span.menu-desc {
  font-family: "arial";
  padding-bottom: 3px;
}
#yt_menuposition ul.navi ul.subnavi > li:hover > .item-link,
#yt_menuposition ul.navi ul.subnavi > li.hover > .item-link,
#yt_menuposition ul.navi ul.subnavi > li.active > .item-link {
  color: #fff;
  background: rgba(255,255,255,0.2);
}
#yt_menuposition ul.navi ul.subnavi > li:hover > .item-link:before,
#yt_menuposition ul.navi ul.subnavi > li.hover > .item-link:before,
#yt_menuposition ul.navi ul.subnavi > li.active > .item-link:before {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
}
#yt_menuposition ul.navi ul.subnavi > li:hover ul.level3,
#yt_menuposition ul.navi ul.subnavi > li.hover ul.level3,
#yt_menuposition ul.navi ul.subnavi > li li.level3:hover ul.level4,
#yt_menuposition ul.navi ul.subnavi > li li.level3.hover ul.level4 {
  right: auto;
  left: 100.5%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
#yt_menuposition ul.navi ul.subnavi > li:hover ul.level3:before,
#yt_menuposition ul.navi ul.subnavi > li.hover ul.level3:before,
#yt_menuposition ul.navi ul.subnavi > li li.level3:hover ul.level4:before,
#yt_menuposition ul.navi ul.subnavi > li li.level3.hover ul.level4:before {
  background: transparent;
  content: " ";
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: 20px;
}
#yt_menuposition ul.navi ul.subnavi > li li.level4:hover ul.level5,
#yt_menuposition ul.navi ul.subnavi > li li.level4.hover ul.level5,
#yt_menuposition ul.navi ul.subnavi > li li.level5:hover ul.level6,
#yt_menuposition ul.navi ul.subnavi > li li.level5.hover ul.level6 {
  left: auto;
  right: 100.5%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
#yt_menuposition ul.navi ul.subnavi > li li.level4:hover ul.level5:after,
#yt_menuposition ul.navi ul.subnavi > li li.level4.hover ul.level5:after,
#yt_menuposition ul.navi ul.subnavi > li li.level5:hover ul.level6:after,
#yt_menuposition ul.navi ul.subnavi > li li.level5.hover ul.level6:after {
  background: transparent;
  content: " ";
  height: 100%;
  right: -20px;
  position: absolute;
  top: 0;
  width: 20px;
}
#yt_menuposition ul.navi ul.subnavi ul.subnavi li .item-link {
  background: transparent;
  color: #fff;
  font-weight: 300;
}
#yt_menuposition ul.navi ul.subnavi ul.subnavi li:hover > .item-link,
#yt_menuposition ul.navi ul.subnavi ul.subnavi li.hover > .item-link,
#yt_menuposition ul.navi ul.subnavi ul.subnavi li.active > .item-link {
  background: rgba(255,255,255,0.2);
  color: #fff;
}
#yt_menuposition #droplinenavigator {
  position: relative;
}
#yt_menuposition #droplinenavigator li.level1 {
  position: static;
}
#yt_menuposition #droplinenavigator li.level1.havechild:after {
  display: none;
}
#yt_menuposition #droplinenavigator li.level1 >.item-link {
  padding: 25px 24px;
}
#yt_menuposition #droplinenavigator ul.level2 {
  margin: 0;
  width: 100%;
  padding: 5px;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2 {
  float: left;
  border: none;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2 a.level2.havechild:after {
  content: "";
  display: none;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2:hover {
  position: relative;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2:hover ul.level3 {
  left: 0;
  top: 100%;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2 li.level5:hover ul.level6,
#yt_menuposition #droplinenavigator ul.level2 li.level2 li.level5.hover ul.level6 {
  right: auto;
  left: 100.5%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
#yt_menuposition #meganavigator .mega-content {
  position: absolute;
  left: -999em;
  z-index: 10;
  background: #35bbbf;
  -webkit-box-shadow: 0 3px 3px #333;
  -moz-box-shadow: 0 3px 3px #333;
  box-shadow: 0 3px 3px #333;
}
#yt_menuposition #meganavigator .mega-content .mega-content {
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
}
#yt_menuposition #meganavigator .mega-content .mega-content-inner {
  display: block;
}
#yt_menuposition #meganavigator .mega-content .mega-col {
  float: left;
}
#yt_menuposition #meganavigator .mega-content .mega-col.one div.mega-module {
  padding: 10px 12px;
}
#yt_menuposition #meganavigator .mega-content .mega-col.more {
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#yt_menuposition #meganavigator .mega-content .mega-col.more .mega-group-content > ul.subnavi {
  position: static;
  width: auto;
  padding: 0;
  visibility: visible;
  opacity: 1;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group {
  display: block;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-title .item-link {
  font-size: 150%;
  padding: 0 10px 10px;
  color: #fff;
  display: block;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-title .showdesc .menu-title {
  padding: 0 0 5px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-content {
  position: relative;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-content .mega-module {
  color: #ddd;
  padding: 0 10px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-content .mega-module ul {
  position: static;
  width: auto;
  padding: 0;
  visibility: visible;
  opacity: 1;
}
#yt_menuposition #yt-responivemenu {
  width: 100%;
  display: none;
  margin-top: 30px;
}
#yt_menuposition #yt-responivemenu .btn-navbar {
  background: #2c9c9f;
  padding: 6px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  text-shadow: none;
  height: 45px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  text-align: inherit;
  max-width: 100%;
  box-shadow: none;
}
#yt_menuposition #yt-responivemenu .btn-navbar i {
  margin: 0 10px 0 5px;
  font-size: 19px;
  vertical-align: top;
}
#yt_menuposition #yt-responivemenu.menu-selectbox {
  position: relative;
  background: #35bbbf;
}
#yt_menuposition #yt-responivemenu.menu-selectbox:before {
  color: #fff;
  content: "Select Menu";
  padding: 6px 10px 0;
  position: absolute;
  top: 0px;
  z-index: 1;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_selectbox {
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0;
  height: 35px;
  width: 100%;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li {
  background: #e0e0e0;
  border-bottom: 1px solid #aaa;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li a {
  color: #555;
  margin: 0;
  padding: 10px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li a.active {
  color: #fff;
  background: #35bbbf;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li:hover a {
  color: #fff;
  background: #35bbbf;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li:hover .menuress-toggle {
  color: #fff;
  background: #1f6d6f;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild {
  position: relative;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild .menuress-toggle {
  position: absolute;
  width: 44px;
  line-height: 40px;
  right: 0px;
  top: 0px;
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 18px;
  text-align: center;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild .menuress-toggle:before {
  content: "\f107";
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild > .res-wrapnav {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  height: 0px;
  display: none;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open {
  background: #35bbbf;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open a {
  color: #fff;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .menuress-toggle:before {
  content: "\f106";
  color: #fff;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav {
  display: block;
  opacity: 1;
  background: #e9e8e8;
  padding: 10px;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav {
  margin: 0;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li {
  background: transparent;
  margin: 0;
  border-bottom: none;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li a {
  background: transparent;
  font-weight: normal;
  color: #555;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li a:hover,
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li a.active {
  background: #35bbbf;
  color: #fff;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_sidebar {
  display: none;
}
.yt-off-sideresmenu {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 260px;
  overflow-y: scroll;
  max-height: 100%;
  display: none;
  left: 0;
}
.yt-off-sideresmenu .yt-sideresmenu {
  background: #153242;
  border-right: 1px solid #152F3D;
}
.yt-off-sideresmenu .yt-sideresmenu li a {
  color: inherit;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu {
  margin: 0;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a {
  font-weight: bold;
  color: #BCBCBC;
  padding: 4px 8px 8px;
  background: none;
  border-bottom: 1px solid #0B222D;
  -webkit-box-shadow: 0 -1px 0 #1D4051 inset;
  -moz-box-shadow: 0 -1px 0 #1D4051 inset;
  box-shadow: 0 -1px 0 #1D4051 inset;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a:focus,
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a:hover,
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a.active {
  color: #fff;
  background: #35bbbf;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav {
  margin: 0;
  -webkit-box-shadow: 0 -1px 0 #1D4051 inset;
  -moz-box-shadow: 0 -1px 0 #1D4051 inset;
  box-shadow: 0 -1px 0 #1D4051 inset;
  background-color: #153242;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav li a {
  font-weight: normal;
  border-bottom: 1px solid #153242;
  -webkit-box-shadow: 0 -1px 0 #214556 inset;
  -moz-box-shadow: 0 -1px 0 #214556 inset;
  box-shadow: 0 -1px 0 #214556 inset;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav ul.nav {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 1px 15px;
  border-bottom: 1px solid #132D3A;
  -webkit-box-shadow: 0 -1px 0 #214556 inset;
  -moz-box-shadow: 0 -1px 0 #214556 inset;
  box-shadow: 0 -1px 0 #214556 inset;
  background-color: #224556;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav ul.nav ul.nav {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav ul.nav li a {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 3px 8px;
}
.rtl #yt_menuposition > ul.navi li.level1 {
  float: right !important;
  margin: 0 0 0 1px;
}
.rtl #yt_menuposition > ul.navi li.level1:hover ul.level2,
.rtl #yt_menuposition > ul.navi li.level1.hover ul.level2 {
  left: auto;
  right: 0;
}
.rtl #yt_menuposition > ul.navi li.level1 .showicon.new-menu .menu-icon {
  left: 25px;
  right: auto;
}
.rtl #yt_menuposition > ul.navi ul {
  left: auto;
  right: -999em;
}
.rtl #yt_menuposition > ul.navi ul.subnavi > li .item-link {
  padding: 7px 20px;
}
.rtl #yt_menuposition > ul.navi ul.subnavi > li .item-link:before {
  left: auto;
  right: 20px;
}
.rtl #yt_menuposition > ul.navi ul.subnavi > li .item-link.havechild:after {
  right: auto;
  left: 10px;
  content: "\f100";
}
.rtl #yt_menuposition > ul.navi ul.subnavi > li .item-link span:before {
  margin-left: 10px;
  margin-right: 0;
}
.rtl #yt_menuposition > ul.navi ul.subnavi > li:hover > .item-link:before,
.rtl #yt_menuposition > ul.navi ul.subnavi > li.active > .item-link:before {
  left: auto;
  right: 0;
}
.rtl #yt_menuposition > ul.navi ul.subnavi > li:hover ul.level3,
.rtl #yt_menuposition > ul.navi ul.subnavi > li li.level3:hover ul.level4,
.rtl #yt_menuposition > ul.navi ul.subnavi > li li.level4:hover ul.level5 {
  left: auto;
  right: 100%;
}
.rtl #yt_menuposition #droplinenavigator ul.level2 li.level2 {
  float: right;
}
.rtl #yt_menuposition #droplinenavigator ul.level2 li.level2:hover ul.level3 {
  left: auto;
  right: 0;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col {
  float: right;
}
.b-block:after,
.b-block:before {
  clear: both;
  display: table;
  content: "";
}
ul.c-step {
  list-style: none;
  margin: 0 auto 4em auto;
  counter-reset: section;
  display: table;
  position: relative;
  z-index: 1;
}
ul.c-step:before {
  content: "";
  width: 100%;
  height: 10px;
  background: #DEDEDE;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  margin-top: -5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
}
ul.c-step li {
  list-style: none;
  margin: 0 50px;
  padding-top: 50px;
  line-height: 25px;
  display: inline-block;
  position: relative;
  z-index: 3;
  text-align: center;
}
ul.c-step li:before,
ul.c-step li.active:before {
  counter-increment: section;
  content: counter(section);
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
  -moz-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
  background-color: #93afa9;
  background-image: -moz-linear-gradient(top,#AAC3BF,#719088);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#AAC3BF),to(#719088));
  background-image: -webkit-linear-gradient(top,#AAC3BF,#719088);
  background-image: -o-linear-gradient(top,#AAC3BF,#719088);
  background-image: linear-gradient(to bottom,#AAC3BF,#719088);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaac3bf', endColorstr='#ff719088', GradientType=0);
}
ul.c-step li.active:before {
  background-color: #49c6c9;
  background-image: -moz-linear-gradient(top,#57cdd0,#35bbbf);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#57cdd0),to(#35bbbf));
  background-image: -webkit-linear-gradient(top,#57cdd0,#35bbbf);
  background-image: -o-linear-gradient(top,#57cdd0,#35bbbf);
  background-image: linear-gradient(to bottom,#57cdd0,#35bbbf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff56ccd0', endColorstr='#ff35bbbf', GradientType=0);
}
ul.c-step li.active h3 {
  color: #35bbbf;
}
ul.c-step li h3 {
  margin: 10px 0 0;
  font-size: 16px;
  padding: 0;
}
ul.c-step li span {
  font-size: 13px;
}
.table-underline thead {
  border-bottom: 2px solid #404040;
  font-size: 14px;
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F5F5F5),to(#CCCCCC));
  background-image: -webkit-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: -o-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: linear-gradient(to bottom,#F5F5F5,#CCCCCC);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffcccccc', GradientType=0);
}
.table-underline tbody tr:hover {
  background: #FAFFED;
}
div.g-pageteam {
  line-height: 22px;
}
div.g-pageteam .pageteam-top {
  border-bottom: 1px solid #2e2e2e;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
div.g-pageteam .pageteam-top .pageteam-left {
  float: left;
}
div.g-pageteam .pageteam-top .pageteam-left div.yt-slider-carousel {
  z-index: 1;
}
div.g-pageteam .pageteam-top .pageteam-left div.yt-slider-carousel .carousel-caption {
  background-color: rgba(53,188,192,0.8);
  text-align: center;
  color: #fff;
}
div.g-pageteam .pageteam-top .pageteam-left div.yt-slider-carousel .carousel-caption h4 {
  font-size: 18px;
  font-weight: 400;
}
div.g-pageteam .pageteam-top .pageteam-left div.yt-slider-carousel .carousel-control {
  position: static;
  left: auto;
  display: inline-block;
  float: left;
  margin: 10px 0 0;
  background: url(../../templates/sj_kampe/images/icons/bt-left.png) no-repeat center center #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 30px;
  height: 30px;
}
div.g-pageteam .pageteam-top .pageteam-left div.yt-slider-carousel .carousel-control i {
  display: none;
}
div.g-pageteam .pageteam-top .pageteam-left div.yt-slider-carousel .carousel-control.right {
  float: right;
  background-image: url(../../templates/sj_kampe/images/icons/bt-right.png);
}
div.g-pageteam .pageteam-top .pageteam-left div.yt-slider-carousel .carousel-control:hover {
  background-color: #35bbbf;
}
div.g-pageteam .pageteam-top .pageteam-right {
  overflow: hidden;
  font-size: 18px;
  font-weight: normal;
  color: #999;
}
div.g-pageteam .pageteam-top .pageteam-right ul {
  margin: 20px 0 20px 30px;
  font-size: 14px;
  list-style: none;
}
div.g-pageteam .pageteam-top .pageteam-right ul li {
  color: #999;
}
div.g-pageteam .pageteam-top .pageteam-right ul li:before {
  content: "";
  background: #fff;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  display: inline-block;
  margin-right: 20px;
}
div.g-pageteam .pageteam-top .pageteam-right ul li +li {
  margin-top: 20px;
}
div.g-pageteam h3.gpage-title {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
div.g-pageteam ul.thumbnails {
  margin-bottom: 50px;
}
div.g-pageteam ul.thumbnails li .yt-lightbox {
  margin: 0 20px 0 0;
}
div.g-pageteam ul.thumbnails li .g-pageteam-content {
  padding: 30px 25px 30px 0;
  border: 1px solid #2e2e2e;
  color: #999;
  position: relative;
}
div.g-pageteam ul.thumbnails li .g-pageteam-content h3.h-title {
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}
div.g-pageteam ul.thumbnails li .g-pageteam-content p.member {
  font-size: 12px;
  color: #35bbbf;
  line-height: 20px;
  margin-bottom: 10px;
}
div.g-pageteam ul.thumbnails li .g-pageteam-content p {
  margin: 0;
}
div.g-pageteam ul.thumbnails li .g-pageteam-content .pageteam-social {
  position: absolute;
  right: 30px;
  bottom: -16px;
}
div.g-pageteam ul.thumbnails li .g-pageteam-content .pageteam-social div.yt-socialbt {
  margin-right: 8px;
}
div.g-pageteam ul.thumbnails li .g-pageteam-content .pageteam-social div.yt-socialbt a {
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  background: #161616;
  border: 2px solid #2e2e2e;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #999;
}
div.g-pageteam ul.thumbnails li .g-pageteam-content .pageteam-social div.yt-socialbt a >i {
  font-size: 16px;
}
div.g-pageteam ul.thumbnails li .g-pageteam-content .pageteam-social div.yt-socialbt a:hover {
  background: #35bbbf;
  color: #fff;
  border-color: #35bbbf;
}
#g-pageservices .fa {
  background: #666;
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  border: 3px solid #eee;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  border-radius: 64px;
}
#g-pageservices article {
  overflow: hidden;
}
#g-pageservices article h3 {
  font-size: 130%;
}
#g-pageservices article a.detail {
  font-size: 13px;
}
#g-pageservices article a.detail:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  color: #fff;
  background: #35bbbf;
  margin: -3px 3px 0;
  height: 14px;
  width: 14px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
#g-pageservices article a.detail:hover:after {
  color: #fff;
}
#g-pageservices h2 {
  font-size: 180%;
  margin-bottom: 1em;
}
#g-pageservices hr {
  height: 5px;
  background: #454545;
  border-top-color: #2e2e2e;
  margin: 3em 0;
}
#g-pageservices .testimonial-avatar [class^="icon-"],
#g-pageservices .testimonial-avatar [class*=" icon-"] {
  border: none;
}
#g-pageportfolio [class*="span"] {
  position: relative;
  top: 0;
  background: #F9F9F9;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 0  #FFFFFF inset,1px 0 0 #D8D8D8, 0 1px 0 #E5E5E5, 2px 1px 0 #D8D8D8, 1px 2px 0 #E5E5E5, 3px 2px 0 #D8D8D8, 2px 3px 0 #E5E5E5, 4px 3px 0 #D8D8D8, 4px 3px 0 #eee, 4px 3px 0 #E5E5E5, 4px 4px 0 #E5E5E5;
  -moz-box-shadow: 1px 1px 0  #FFFFFF inset,1px 0 0 #D8D8D8, 0 1px 0 #E5E5E5, 2px 1px 0 #D8D8D8, 1px 2px 0 #E5E5E5, 3px 2px 0 #D8D8D8, 2px 3px 0 #E5E5E5, 4px 3px 0 #D8D8D8, 4px 3px 0 #eee, 4px 3px 0 #E5E5E5, 4px 4px 0 #E5E5E5;
  box-shadow: 1px 1px 0  #FFFFFF inset,1px 0 0 #D8D8D8, 0 1px 0 #E5E5E5, 2px 1px 0 #D8D8D8, 1px 2px 0 #E5E5E5, 3px 2px 0 #D8D8D8, 2px 3px 0 #E5E5E5, 4px 3px 0 #D8D8D8, 4px 3px 0 #eee, 4px 3px 0 #E5E5E5, 4px 4px 0 #E5E5E5;
}
#g-pageportfolio [class*="span"] .port-item-img {
  position: relative;
  display: block;
  padding: 10px 10px 0;
  overflow: hidden;
  border-right: none;
}
#g-pageportfolio [class*="span"] .port-item-img .yt-lightbox {
  margin: 0;
  padding: 0;
  background: #000;
  border: none;
  position: relative;
  display: block;
}
#g-pageportfolio [class*="span"] .port-item-img .yt-lightbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 4px #222 inset;
}
#g-pageportfolio [class*="span"] .port-item-img .yt-lightbox img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
#g-pageportfolio [class*="span"] .port-item-img .icon-plus-sign {
  font-size: 4px;
  color: #eee;
  position: absolute;
  left: 50%;
  bottom: -100%;
  z-index: 10;
  margin: 0 0 -19px -22px;
  width: 40px;
  text-align: center;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
#g-pageportfolio [class*="span"] .port-item-img:visited .icon-plus-sign {
  bottom: 100%;
}
#g-pageportfolio [class*="span"] .port-item-img:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#g-pageportfolio [class*="span"] .port-item-img:hover .icon-plus-sign {
  bottom: 50%;
  font-size: 45px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#g-pageportfolio [class*="span"] .port-item-content {
  padding: 10px;
  color: #666;
  font-weight: 400;
}
#g-pageportfolio [class*="span"] .port-item-content h4 {
  margin-bottom: 10px;
  font-size: 110%;
}
#g-pageportfolio [class*="span"] .port-item-content p {
  margin-bottom: 5px;
}
#g-pageportfolio [class*="span"] .port-item-content a.detail {
  font-size: 12px;
  display: inline-block;
  margin-top: 1em;
}
#g-pageportfolio [class*="span"] .port-item-content a.detail:after {
  content: "\f105";
  font-family: FontAwesome;
  background: #35bbbf;
  margin: -3px 3px 0;
  height: 14px;
  width: 14px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  color: #fff;
  display: inline-block;
}
#g-pageportfolio [class*="span"] .port-item-content a.detail:hover {
  color: #2a9497;
}
#g-pageportfolio [class*="span"] .port-item-content a.detail:hover:after {
  color: #fff;
}
#g-pageportfolio [class*="span"]:hover {
  top: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#g-pagewhatnew .yt-lightbox.image-none {
  padding: 3px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  display: table;
  margin: 0 auto 10px;
}
#g-pagewhatnew h3.title {
  margin-bottom: 1em;
  border-bottom: 1px solid #2e2e2e;
  padding-bottom: 5px;
  font-size: 180%;
}
#g-pagewhatnew .yt-lightbox a  img {
  width: auto;
}
.container ul.yt-accordion li.accordion-group {
  margin-bottom: 0;
  background: none;
  border: 0;
  border-top: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.container ul.yt-accordion li.accordion-group h3.accordion-heading {
  color: inherit;
  background: #292929 !important;
  filter: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 20px;
}
.container ul.yt-accordion li.accordion-group h3.accordion-heading i {
  float: right;
  line-height: 22px;
}
.container ul.yt-accordion li.accordion-group h3.accordion-heading i:before {
  content: "\f067";
  font-weight: normal;
  font-size: 18px;
}
.container ul.yt-accordion li.accordion-group h3.accordion-heading.active,
.container ul.yt-accordion li.accordion-group h3.accordion-heading:hover {
  color: #fff;
  background: #35bbbf !important;
}
.container ul.yt-accordion li.accordion-group h3.accordion-heading.active i:before {
  content: "\f068";
}
.container ul.yt-accordion li.accordion-group .accordion-inner {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  padding: 25px;
}
.g-pagecontact .module._menu {
  background: none;
  padding: 0;
}
.g-pagecontact .module._menu.contact-faq h3.modtitle {
  background: #292929;
}
.g-pagecontact .module._menu.contact-imgoffice img {
  width: 100%;
}
.container .contact-ajax .ctajax-wrap .ctajax-element .el-inner {
  padding: 0;
}
.container .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-input {
  background: none;
  filter: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #2e2e2e;
  color: #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 60%;
}
.container .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form textarea.el-input {
  width: 90%;
  min-height: 130px;
}
.container .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form input#cainput_submit {
  background: #fff;
  padding: 10px 25px;
  color: #35bbbf;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.container .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form input#cainput_submit:hover {
  background: #35bbbf;
  color: #fff;
}
.container .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control.ctajax-error .el-error {
  color: #35bbbf;
}
.module.store-locate .locator-detail {
  padding: 20px 0;
  border-top: 1px solid #2e2e2e;
}
.module.store-locate .locator-detail.first {
  border: 0;
}
.module.store-locate .locator-detail .locator-left {
  float: left;
  width: 85%;
  padding-left: 5%;
}
.module.store-locate .locator-detail .locator-left >div {
  margin-bottom: 15px;
  padding-left: 30px;
}
.module.store-locate .locator-detail .locator-left >div.locator-add {
  background: url(../../templates/sj_kampe/images/icons/icon-location.png) no-repeat left center;
}
.module.store-locate .locator-detail .locator-left >div.locator-phone {
  background: url(../../templates/sj_kampe/images/icons/icon-phone.png) no-repeat left center;
}
.module.store-locate .locator-detail .locator-left >div.locator-email {
  background: url(../../templates/sj_kampe/images/icons/icon-email.png) no-repeat left center;
  margin: 0;
}
.module.store-locate .locator-detail .locator-left >div.locator-email a {
  color: #999;
}
.module.store-locate .locator-detail .locator-left >div.locator-email a:hover {
  color: #35bbbf;
}
.module.store-locate .locator-detail .locator-right {
  float: right;
  width: 10%;
  position: relative;
}
.module.store-locate .locator-detail .locator-right .locator-number {
  background: #35bbbf;
  color: #FFFFFF;
  font-size: 18px;
  height: 80px;
  line-height: 80px;
  margin-top: 15px;
  text-align: center;
  top: 50%;
  width: 100%;
}
div.yt-pricing .column ul.pricing-list li {
  color: #666;
}
.rtl #g-pageportfolio [class*="span"] .port-item-content a.detail:after,
.rtl #g-pageservices article a.detail:after {
  content: "\f104";
}
@media (min-width: 768px) and (max-width: 979px) {
  ul.c-step li {
    margin: 0 30px;
  }
  #g-pagewhatnew .yt-lightbox.image-none {
    display: block;
  }
}
@media (max-width: 767px) {
  .yt-lightbox {
    float: none !important;
  }
  #g-pageservices .span4 {
    margin-bottom: 2em !important;
  }
  #g-pageportfolio [class*="span"] {
    margin-bottom: 1em !important;
  }
  #g-pageportfolio [class*="span"] .port-item-img {
    display: inline-block;
  }
  #g-pagewhatnew .yt-lightbox.image-none {
    display: block;
  }
  .yt-gallery ul li {
    width: auto !important;
  }
  ul.c-step:before {
    top: 37%;
  }
  ul.c-step li {
    display: table-cell;
    padding-top: 35px;
  }
  div.yt-lightbox.image-left {
    float: none;
    display: inline-block;
    margin: 0 0 15px;
  }
  div.g-pageteam div.b-ourteam [class*="span"] {
    margin-bottom: 30px !important;
  }
}
div.k2ItemsBlock ul {
  margin: 0;
  list-style: none;
}
div.k2ItemsBlock ul li {
  background: none;
  border-bottom: 0;
  padding: 20px 0;
}
div.k2ItemsBlock ul li +li {
  border-top: 1px solid #2e2e2e;
}
div.k2ItemsBlock ul li .itemNumber {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #35bbbf;
  float: left;
}
div.k2ItemsBlock ul li .itemContent {
  margin-left: 60px;
}
div.k2ItemsBlock ul li .itemContent .moduleItemTitle {
  display: block;
  margin: -5px 0 5px;
  line-height: 20px;
  color: #999;
}
div.k2ItemsBlock ul li .itemContent .moduleItemTitle:hover {
  color: #35bbbf;
}
div.k2ItemsBlock ul li .itemContent ul li {
  padding: 0;
}
div.k2ItemsBlock ul li .itemContent ul li .itemDate {
  display: block;
  background: url(../../templates/sj_kampe/images/icons/icon-date.png) no-repeat left center;
  padding-left: 20px;
}
div.k2ItemsBlock ul li:hover .itemNumber {
  background: #fff;
  color: #35bbbf;
}
div.k2ItemsBlock ul li:hover .itemContent .moduleItemTitle {
  color: #35bbbf;
}
#k2Container {
  padding: 0;
}
#k2Container.itemListView .itemListCategoriesBlock {
  background: transparent;
}
#k2Container.itemListView .itemListCategoriesBlock .itemListCategory {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
#k2Container.itemListView .itemListCategoriesBlock .itemListCategory h2 {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #2e2e2e;
}
#k2Container.itemListView .itemList .itemContainer.col-right .catItemImageBlock {
  float: right;
  margin-left: 28px;
  margin-right: 0;
}
#k2Container.itemListView .itemList .item-first .catItemView {
  padding-top: 0;
}
#k2Container.itemListView .itemList .catItemView {
  border-bottom: 1px solid #2e2e2e;
  padding: 30px 0;
}
#k2Container.itemListView .itemList .catItemView .catItemImageBlock {
  margin-right: 28px;
  padding: 0;
}
#k2Container.itemListView .itemList .catItemView .catItemImageBlock .catItemImage img {
  border: none;
  padding: 0;
}
#k2Container.itemListView .itemList .catItemView .catItemImageBlock .catItemImage a {
  display: block;
  position: relative;
}
#k2Container.itemListView .itemList .catItemView .catItemImageBlock .catItemImage:hover a span.item-img-hover {
  transform: translate(0px,0px) scale(1);
  -webkit-transform: translate(0px,0px) scale(1);
  -ms-transform: translate(0px,0px) scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
#k2Container.itemListView .itemList .catItemView .catitem-content {
  overflow: hidden;
}
#k2Container.itemListView .itemList .catItemView .catitem-content h3.catItemTitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: -3px;
}
#k2Container.itemListView .itemList .catItemView .catitem-content h3.catItemTitle a {
  color: #ccc;
}
#k2Container.itemListView .itemList .catItemView .catitem-content .catItemHeader {
  margin: 0 0 5px;
  overflow: hidden;
}
#k2Container.itemListView .itemList .catItemView .catitem-content .catItemHeader dl.article-info dd {
  margin: 0;
}
#k2Container.itemListView .itemList .catItemView .catitem-content .catItemHeader dl.article-info dd:first-child {
  padding-left: 0;
}
#k2Container.itemListView .itemList .catItemView .catitem-content .catItemHeader dl.article-info dd:last-child {
  border-right: 0;
}
#k2Container.itemListView .itemList .catItemView .catitem-content .catItemHeader dl.article-info dd.catItemDateCreated {
  float: left;
  background: url(../../templates/sj_kampe/images/icons/icon-date.png) no-repeat top center;
  padding-top: 20px;
}
#k2Container.itemListView .itemList .catItemView .catitem-content .catItemHeader dl.article-info dd.catItemCommentsLink {
  float: left;
  background: url(../../templates/sj_kampe/images/icons/icon-comment.png) no-repeat top center;
  border-left: 1px solid #2e2e2e;
  border-right: 1px solid #2e2e2e;
  float: left;
  margin: 0 20px;
  padding: 20px 25px 0;
}
#k2Container.itemListView .itemList .catItemView .catitem-content .catItemHeader dl.article-info dd.catItemCommentsLink a {
  color: #999;
}
#k2Container.itemListView .itemList .catItemView .catitem-content .catItemHeader dl.article-info dd.catItemCommentsLink a:hover {
  color: #35bbbf;
}
#k2Container.itemListView .itemList .catItemView .catitem-content .catItemHeader dl.article-info dd.catItemAuthor {
  float: left;
  background: url(../../templates/sj_kampe/images/icons/icon-user.png) no-repeat top center;
  padding-top: 20px;
}
#k2Container.itemListView .itemList .catItemView .catitem-content .catItemHeader dl.article-info dd.catItemAuthor a {
  color: #999;
}
#k2Container.itemListView .itemList .catItemView .catitem-content .catItemHeader dl.article-info dd.catItemAuthor a:hover {
  color: #35bbbf;
}
#k2Container.itemListView .itemList .catItemView .catitem-content .catItemBody {
  margin: 0 0 12px;
  overflow: hidden;
}
#k2Container.itemListView .itemList .catItemView .catitem-content .catItemTagsBlock {
  margin: 0;
  overflow: hidden;
  border-bottom: 0;
}
#k2Container.itemListView .itemList .catItemView .catitem-content .catItemTagsBlock span {
  background: url(../../templates/sj_kampe/images/icons/icon-tag.png) no-repeat left center;
  padding: 10px;
}
#k2Container.itemListView .itemList .catItemView .catitem-content .catItemTagsBlock ul.catItemTags {
  padding-left: 5px;
}
#k2Container.itemListView .itemList .catItemView .catitem-content .catItemTagsBlock ul.catItemTags li a {
  color: #999999;
  text-transform: capitalize;
}
#k2Container.itemListView .itemList .catItemView .catitem-content .catItemTagsBlock ul.catItemTags li a:hover {
  color: #35bbbf;
}
#k2Container.itemListView .itemList .catItemView .catitem-content .catItemLinks {
  margin-bottom: 25px;
}
#k2Container.itemListView .itemList .catItemView .catitem-content .item-hover {
  margin: 0;
  overflow: hidden;
  padding: 10px 0;
  margin-top: 10px;
}
#k2Container.itemListView .itemList .catItemView .catitem-content .item-hover a {
  padding: 10px 15px;
  background: #fff;
  color: #35bbbf;
  text-transform: capitalize;
}
#k2Container.itemListView .itemList .catItemView .catitem-content:hover .catItemTitle a {
  color: #35bbbf;
}
#k2Container.itemListView .itemList .catItemView .catitem-content:hover .item-hover a {
  background: #35bbbf;
  color: #fff;
}
#k2Container.userView .userBlock {
  background: transparent;
  border: none;
  border-bottom: 1px solid #454545;
  padding: 0 0 10px;
  margin: 0;
}
#k2Container.userView .userBlock img {
  margin: 0 15px 5px 0;
}
#k2Container.userView .userBlock h2 {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
}
#k2Container.userView .userItemList .userItemView {
  border-bottom: 1px solid #454545;
  padding: 30px 0;
}
#k2Container.userView .userItemList .userItemView .userItemImageBlock {
  margin-right: 28px;
  margin-bottom: 16px;
}
#k2Container.userView .userItemList .userItemView .userItemImageBlock .userItemImage a img {
  border: none;
  padding: 0;
}
#k2Container.userView .userItemList .userItemView .userItemImageBlock span.userItemImage {
  margin: 0;
}
#k2Container.userView .userItemList .userItemView .userItemImageBlock span.userItemImage a {
  display: block;
  position: relative;
}
#k2Container.userView .userItemList .userItemView .userItemImageBlock:hover .userItemImage a span.item-img-hover {
  transform: translate(0px,0px) scale(1);
  -webkit-transform: translate(0px,0px) scale(1);
  -ms-transform: translate(0px,0px) scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
#k2Container.userView .userItemList .userItemView .userItemBody {
  padding-top: 0;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemContent {
  overflow: hidden;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemHeader {
  margin-bottom: 10px;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemHeader h3.userItemTitle {
  font-size: 18px;
  padding-top: 0;
  font-weight: 700;
  margin: -3px 0 5px;
  font-family: inherit;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemHeader h3.userItemTitle a {
  color: #cccccc;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemHeader h3.userItemTitle a:hover {
  color: #35bbbf;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemCommentsLink {
  display: inline-block;
  border: none;
  font-size: 12px;
  margin: 0 0 10px;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemCommentsLink .userItemDateCreated {
  float: left;
  border-right: 1px solid #454545;
  margin: 0;
  padding-right: 10px;
  background: url(../../templates/sj_kampe/images/icons/icon-date.png) no-repeat top center;
  padding-top: 20px;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemCommentsLink .userItemComments {
  float: left;
  padding-left: 10px;
  background: url(../../templates/sj_kampe/images/icons/icon-comment.png) no-repeat top center;
  padding-top: 20px;
  color: #999;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemCommentsLink .userItemComments:hover {
  color: #35bbbf;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemIntroText {
  margin: 0;
  overflow: hidden;
  margin-bottom: 5px;
  padding: 0;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemLinks {
  margin: 0;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemLinks .userItemCategory {
  margin-bottom: 10px;
  border: 0;
  padding: 0;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemLinks .userItemCategory span {
  font-weight: normal;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemLinks .userItemCategory a {
  color: #999;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemLinks .userItemCategory a:hover {
  color: #35bbbf;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemLinks .userItemTagsBlock {
  border-bottom: 0;
  margin: 0 0 20px;
  overflow: hidden;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemLinks .userItemTagsBlock span {
  background: url(../../templates/sj_kampe/images/icons/icon-tag.png) no-repeat left center;
  padding: 10px;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemLinks .userItemTagsBlock ul.userItemTags {
  padding-left: 5px;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemLinks .userItemTagsBlock ul.userItemTags li a {
  color: #999999;
  text-transform: capitalize;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemLinks .userItemTagsBlock ul.userItemTags li a:hover {
  color: #35bbbf;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemReadMore {
  margin: 0;
  overflow: hidden;
  padding: 8px 0;
  display: inline-block;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemReadMore a {
  padding: 10px 15px;
  background: #fff;
  color: #35bbbf;
  text-transform: capitalize;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemReadMore a:hover {
  color: #fff;
  background: #35bbbf;
}
#k2Container.userView .userItemList .userItemView .userItemBody:hover .userItemHeader h3.userItemTitle a {
  color: #35bbbf;
}
#k2Container.userView .userItemList .userItemView .userItemBody:hover .userItemReadMore a {
  background: #35bbbf;
  color: #fff;
}
#k2Container.latestView .latestItemsContainer .latestItemsCategory {
  background: none;
  padding: 0;
  border: 0;
  margin: 0;
  border-bottom: 1px solid #2e2e2e;
}
#k2Container.latestView .latestItemsContainer .latestItemsCategory h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
#k2Container.latestView .latestItemsContainer .latestItemsCategory h2 a {
  color: #fff;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView {
  border-bottom: 1px solid #2e2e2e;
  padding: 30px 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.item-first {
  padding-top: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.col-right .catItemImageBlock {
  float: right;
  margin: 0 0 10px 25px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catItemImageBlock {
  margin: 0 25px 10px 0;
  padding: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catItemImageBlock .catItemImage a {
  display: block;
  position: relative;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catItemImageBlock:hover .catItemImage a span.item-img-hover {
  transform: translate(0px,0px) scale(1);
  -webkit-transform: translate(0px,0px) scale(1);
  -ms-transform: translate(0px,0px) scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent {
  overflow: hidden;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemTitle {
  font-size: 18px;
  font-weight: 700;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemTitle a {
  color: #ccc;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemHeader {
  margin: 0 0 10px;
  overflow: hidden;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemHeader dl.article-info {
  margin: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemHeader dl.article-info dd {
  border-right: 1px solid #454545;
  font-size: 12px;
  margin: 0;
  padding: 0 10px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemHeader dl.article-info dd:first-child {
  padding-left: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemHeader dl.article-info dd:last-child {
  border-right: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemHeader dl.article-info dd.tagItemDateCreated {
  float: left;
  background: url(../../templates/sj_kampe/images/icons/icon-date.png) no-repeat top center;
  padding-top: 20px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemHeader dl.article-info dd.tagItemCommentsLink {
  float: left;
  background: url(../../templates/sj_kampe/images/icons/icon-comment.png) no-repeat top center;
  padding-top: 20px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemHeader dl.article-info dd.tagItemCommentsLink a {
  color: #999;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemHeader dl.article-info dd.tagItemCommentsLink a:hover {
  color: #35bbbf;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemHeader dl.article-info dd.catItemAuthor {
  float: left;
  background: url(../../templates/sj_kampe/images/icons/icon-user.png) no-repeat top center;
  padding-top: 20px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemHeader dl.article-info dd.catItemAuthor a {
  color: #999;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemHeader dl.article-info dd.catItemAuthor a:hover {
  color: #35bbbf;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemBody {
  padding: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemLinks {
  margin: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemLinks .catItemCategory {
  margin-bottom: 10px;
  border: 0;
  padding: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemLinks .catItemCategory span {
  font-weight: normal;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemLinks .catItemCategory a {
  color: #999;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemLinks .catItemCategory a:hover {
  color: #35bbbf;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemLinks .catItemTagsBlock {
  border-bottom: 0;
  margin: 0 0 20px;
  overflow: hidden;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemLinks .catItemTagsBlock span {
  background: url(../../templates/sj_kampe/images/icons/icon-tag.png) no-repeat left center;
  padding: 10px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemLinks .catItemTagsBlock ul.catItemTags {
  padding-left: 5px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemLinks .catItemTagsBlock ul.catItemTags li a {
  color: #999999;
  text-transform: capitalize;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemLinks .catItemTagsBlock ul.catItemTags li a:hover {
  color: #35bbbf;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .item-hover {
  margin: 0;
  overflow: hidden;
  padding: 10px 0;
  display: inline-block;
  margin-top: 10px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .item-hover a {
  padding: 10px 15px;
  background: #fff;
  color: #35bbbf;
  text-transform: capitalize;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .item-hover a:hover {
  color: #fff;
  background: #35bbbf;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent:hover h3.catItemTitle a {
  color: #35bbbf;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent:hover .item-hover a {
  background: #35bbbf;
  color: #fff;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span6,
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span4,
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span3 {
  padding: 0 0 30px;
  margin-top: 0;
  border: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span6.item1,
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span4.item1,
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span3.item1 {
  margin-left: 0;
  clear: both;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span6 .catItemImageBlock,
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span4 .catItemImageBlock,
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span3 .catItemImageBlock {
  float: none;
  margin: 0 0 15px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span6 .catItemImageBlock img,
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span4 .catItemImageBlock img,
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span3 .catItemImageBlock img {
  width: 100%;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span6 .latestItemContent .catItemHeader dl.article-info dd.tagItemCommentsLink,
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span4 .latestItemContent .catItemHeader dl.article-info dd.tagItemCommentsLink,
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span3 .latestItemContent .catItemHeader dl.article-info dd.tagItemCommentsLink {
  background-position: left center;
  margin-left: 10px;
  padding-left: 30px;
  padding-top: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span6 .latestItemContent .catItemHeader dl.article-info dd.tagItemDateCreated,
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span4 .latestItemContent .catItemHeader dl.article-info dd.tagItemDateCreated,
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span3 .latestItemContent .catItemHeader dl.article-info dd.tagItemDateCreated {
  padding-top: 0;
  padding-left: 20px;
  background-position: left center;
}
#k2Container.tagView .tagItemView {
  border-bottom: 1px solid #2e2e2e;
  margin: 0 0 30px;
  padding: 0 0 30px;
}
#k2Container.tagView .tagItemView.col-right .tagItemBody .tagItemImageBlock {
  float: right;
  margin: 0 0 10px 25px;
}
#k2Container.tagView .tagItemView .tagItemBody {
  padding: 0;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemImageBlock {
  margin: 0 25px 10px 0;
  padding: 0;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemImageBlock .tagItemImage {
  margin: 0;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemImageBlock .tagItemImage a {
  display: block;
  position: relative;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemImageBlock .tagItemImage img {
  padding: 0;
  border: 0;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemImageBlock:hover .tagItemImage a span.item-img-hover {
  transform: translate(0px,0px) scale(1);
  -webkit-transform: translate(0px,0px) scale(1);
  -ms-transform: translate(0px,0px) scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemContent {
  overflow: hidden;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemContent .tagItemHeader {
  margin-bottom: 10px;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemContent .tagItemHeader h2.tagItemTitle {
  font-size: 18px;
  padding-top: 0;
  font-weight: 700;
  margin: -3px 0 5px;
  font-family: inherit;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemContent .tagItemHeader h2.tagItemTitle a {
  color: #cccccc;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemContent .tagItemHeader h2.tagItemTitle a:hover {
  color: #35bbbf;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemContent .tagItemCommentsLink {
  display: inline-block;
  border: none;
  font-size: 12px;
  margin: 0 0 10px;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemContent .tagItemCommentsLink .tagItemDateCreated {
  float: left;
  border-right: 1px solid #454545;
  margin: 0;
  padding-right: 10px;
  background: url(../../templates/sj_kampe/images/icons/icon-date.png) no-repeat top center;
  padding-top: 20px;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemContent .tagItemCommentsLink .tagItemComments {
  float: left;
  padding-left: 10px;
  background: url(../../templates/sj_kampe/images/icons/icon-comment.png) no-repeat top center;
  padding-top: 20px;
  color: #999;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemContent .tagItemCommentsLink .tagItemComments:hover {
  color: #35bbbf;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemContent .tagItemCategory {
  margin-bottom: 20px;
  border: 0;
  padding: 0;
  display: block;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemContent .tagItemCategory span {
  font-weight: normal;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemContent .tagItemCategory a {
  color: #999;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemContent .tagItemCategory a:hover {
  color: #35bbbf;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemContent .tagItemReadMore {
  margin: 0;
  overflow: hidden;
  padding: 8px 0;
  display: inline-block;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemContent .tagItemReadMore a {
  padding: 10px 15px;
  background: #fff;
  color: #35bbbf;
  text-transform: capitalize;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemContent .tagItemReadMore a:hover {
  color: #fff;
  background: #35bbbf;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemContent:hover .tagItemHeader .tagItemTitle a {
  color: #35bbbf;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemContent:hover .tagItemReadMore a {
  color: #fff;
  background: #35bbbf;
}
#k2Container.itemView {
  border: 0;
}
#k2Container.itemView .itemBody {
  padding: 0;
}
#k2Container.itemView .itemBody .page-header {
  margin: 0 0 20px;
  border-bottom-color: #2e2e2e;
}
#k2Container.itemView .itemBody .page-header h2 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
#k2Container.itemView .itemBody .itemIntroText {
  padding: 0;
  margin-bottom: 30px;
  font-size: 100%;
  font-weight: 300;
  color: inherit;
}
#k2Container.itemView .itemBody .itemImageBlock .itemImage a.modal {
  position: static;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: none;
}
#k2Container.itemView .itemBody .itemImageBlock .itemImage a.modal img {
  border: 0;
}
#k2Container.itemView .itemBody dl.article-info dd {
  border-right: 1px solid #454545;
  font-size: 12px;
  margin: 0;
  padding: 0 10px;
}
#k2Container.itemView .itemBody dl.article-info dd:first-child {
  padding-left: 0;
}
#k2Container.itemView .itemBody dl.article-info dd:last-child {
  border-right: 0;
}
#k2Container.itemView .itemBody dl.article-info dd.itemDateCreated {
  float: left;
  background: url(../../templates/sj_kampe/images/icons/icon-date.png) no-repeat top center;
  padding-top: 20px;
}
#k2Container.itemView .itemBody dl.article-info dd.item-comment {
  float: left;
  background: url(../../templates/sj_kampe/images/icons/icon-comment.png) no-repeat top center;
  padding-top: 20px;
  min-width: 30px;
  text-align: center;
}
#k2Container.itemView .itemBody dl.article-info dd.item-comment a {
  color: #999;
}
#k2Container.itemView .itemBody dl.article-info dd.item-comment a:hover {
  color: #35bbbf;
}
#k2Container.itemView .itemBody dl.article-info dd.itemAuthor {
  float: left;
  background: url(../../templates/sj_kampe/images/icons/icon-user.png) no-repeat top center;
  padding-top: 20px;
}
#k2Container.itemView .itemBody dl.article-info dd.itemAuthor a {
  color: #999;
}
#k2Container.itemView .itemBody dl.article-info dd.itemAuthor a:hover {
  color: #35bbbf;
}
#k2Container.itemView .itemBody .itemFullText {
  margin-bottom: 30px;
  font-weight: 300;
}
#k2Container.itemView .itemBody .itemSocialSharing {
  padding: 0;
  margin-bottom: 20px;
  color: #fff;
}
#k2Container.itemView .itemBody .itemTagsBlock {
  border-bottom: 0;
  margin: 0 0 30px;
  overflow: hidden;
  padding: 0;
}
#k2Container.itemView .itemBody .itemTagsBlock span {
  background: url(../../templates/sj_kampe/images/icons/icon-tag.png) no-repeat left center;
  padding: 10px;
}
#k2Container.itemView .itemBody .itemTagsBlock ul.itemTags {
  padding-left: 5px;
}
#k2Container.itemView .itemBody .itemTagsBlock ul.itemTags li a {
  color: #999999;
  text-transform: capitalize;
}
#k2Container.itemView .itemBody .itemTagsBlock ul.itemTags li a:hover {
  color: #35bbbf;
}
#k2Container.itemView .itemBody .itemAuthorBlock {
  border-color: #2e2e2e;
  font-weight: 300;
  background: none;
  margin-bottom: 40px;
}
#k2Container.itemView .itemBody .itemAuthorBlock .itemAuthorDetails .itemAuthorName {
  text-transform: uppercase;
  margin-bottom: 10px;
}
#k2Container.itemView .itemBody .itemAuthorBlock .itemAuthorDetails .itemAuthorName a {
  color: #fff;
}
#k2Container.itemView .itemBody .itemAuthorBlock .itemAuthorDetails .itemAuthorName a:hover {
  color: #35bbbf;
}
#k2Container.itemView .itemBody .itemAuthorBlock .itemAuthorDetails .itemAuthorAvatar {
  width: 60px;
  margin: 0 20px 5px 0;
}
#k2Container.itemView .itemBody .itemRelated {
  margin-bottom: 40px;
}
#k2Container.itemView .itemBody .itemRelated h3 {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
  margin-bottom: 35px;
}
#k2Container.itemView .itemBody .itemRelated h3 span {
  padding: 15px 30px;
  background: #2e2e2e;
  display: inline-block;
  position: relative;
}
#k2Container.itemView .itemBody .itemRelated h3 span:after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #2e2e2e;
  position: absolute;
  left: 60px;
  bottom: -10px;
}
#k2Container.itemView .itemBody .itemRelated ul {
  list-style: none;
  margin: 0 0 0 -3%;
}
#k2Container.itemView .itemBody .itemRelated ul li {
  background: none;
  border: 0;
  float: left;
  width: 30.3333%;
  margin-left: 3%;
  padding: 0;
  background: #000;
  border-top: 4px solid #35bbbf;
  padding: 30px 0;
}
#k2Container.itemView .itemBody .itemRelated ul li .topRelate {
  padding: 0 20px;
}
#k2Container.itemView .itemBody .itemRelated ul li .topRelate h4 {
  margin-bottom: 10px;
}
#k2Container.itemView .itemBody .itemRelated ul li .topRelate h4 a {
  font-size: 18px;
  color: #ccc;
}
#k2Container.itemView .itemBody .itemRelated ul li .topRelate h4 a:hover {
  color: #35bbbf;
}
#k2Container.itemView .itemBody .itemRelated ul li .topRelate .itemDateCreated {
  display: block;
  background: url(../../templates/sj_kampe/images/icons/icon-date.png) no-repeat left center;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}
#k2Container.itemView .itemBody .itemRelated ul li .itemRelateImg {
  margin-bottom: 20px;
}
#k2Container.itemView .itemBody .itemRelated ul li .itemRelateImg a {
  display: block;
  position: relative;
}
#k2Container.itemView .itemBody .itemRelated ul li .item-inner {
  padding: 0 20px;
}
#k2Container.itemView .itemBody .itemRelated ul li .itemRelIntrotext {
  margin-bottom: 20px;
  font-weight: 300;
}
#k2Container.itemView .itemBody .itemRelated ul li .item-more .item-read {
  float: left;
  text-align: start;
}
#k2Container.itemView .itemBody .itemRelated ul li .item-more .item-read a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #35bbbf;
  padding: 10px 15px;
  line-height: 20px;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
#k2Container.itemView .itemBody .itemRelated ul li .item-more .item-read a span.icon-more {
  background: url(../../templates/sj_kampe/images/cyan/icon-more.png) no-repeat center center;
  display: inline-block;
  width: 8px;
  position: absolute;
  right: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 1px;
  bottom: 0;
}
#k2Container.itemView .itemBody .itemRelated ul li .item-more .item-comment {
  font-size: 12px;
  text-align: center;
  width: 25px;
  float: right;
  margin-top: 5px;
}
#k2Container.itemView .itemBody .itemRelated ul li .item-more .item-comment a {
  display: block;
  background: url(../../templates/sj_kampe/images/icons/icon-comment.png) no-repeat right top;
  padding-top: 19px;
  color: #999;
}
#k2Container.itemView .itemBody .itemRelated ul li:hover {
  border-color: #fff;
  background: #35bbbf;
}
#k2Container.itemView .itemBody .itemRelated ul li:hover .topRelate h4 a {
  color: #fff;
}
#k2Container.itemView .itemBody .itemRelated ul li:hover .topRelate .itemDateCreated {
  color: #fff;
  background-image: url(../../templates/sj_kampe/images/icons/icon-date-hover.png);
}
#k2Container.itemView .itemBody .itemRelated ul li:hover .itemRelateImg a span.item-img-hover {
  transform: translate(0px,0px) scale(1);
  -webkit-transform: translate(0px,0px) scale(1);
  -ms-transform: translate(0px,0px) scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
#k2Container.itemView .itemBody .itemRelated ul li:hover .item-inner {
  color: #fff;
}
#k2Container.itemView .itemBody .itemRelated ul li:hover .item-inner .item-more .item-read a {
  background: #fff;
  color: #35bbbf;
  padding-right: 35px;
}
#k2Container.itemView .itemBody .itemRelated ul li:hover .item-inner .item-more .item-read a span {
  right: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#k2Container.itemView .itemBody .itemRelated ul li:hover .item-inner .item-comment a {
  color: #fff;
  background-image: url(../../templates/sj_kampe/images/icons/icon-comment-hover.png);
}
#k2Container.itemView .itemBody .itemExtraFields {
  border: 0;
  margin: 0 0 30px;
  padding: 0;
}
#k2Container.itemView .itemBody .itemExtraFields h3 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #454545;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#k2Container.itemView .itemBody .itemExtraFields ul li {
  background: none;
  border: 0;
  padding: 7px 0;
}
#k2Container.itemView .itemBody .itemExtraFields ul li span.itemExtraFieldsLabel {
  width: auto;
}
#k2Container.itemView .itemBody .itemExtraFields ul li +li {
  border-top: 1px solid #2e2e2e;
}
#k2Container.itemView .itemComments {
  background: none;
  border: 0;
  padding: 0;
}
#k2Container.itemView .itemComments h3.itemCommentsCounter {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
  margin-bottom: 35px;
}
#k2Container.itemView .itemComments h3.itemCommentsCounter span {
  padding: 15px 30px;
  background: #2e2e2e;
  display: inline-block;
  position: relative;
}
#k2Container.itemView .itemComments h3.itemCommentsCounter span:after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #2e2e2e;
  position: absolute;
  left: 70px;
  bottom: -10px;
}
#k2Container.itemView .itemComments ul.itemCommentsList li {
  background: none;
  border: 0;
}
#k2Container.itemView .itemComments ul.itemCommentsList li .commentImg {
  width: 70px;
  float: left;
}
#k2Container.itemView .itemComments ul.itemCommentsList li .commentImg img {
  border: 0;
  padding: 0;
  margin: 0;
}
#k2Container.itemView .itemComments ul.itemCommentsList li .commentContent {
  margin-left: 90px;
}
#k2Container.itemView .itemComments ul.itemCommentsList li .commentContent .commentAuthorName {
  font-size: 18px;
  font-weight: 400;
}
#k2Container.itemView .itemComments ul.itemCommentsList li .commentContent .commentAuthorName a {
  color: #999;
}
#k2Container.itemView .itemComments ul.itemCommentsList li .commentContent .commentAuthorName a:hover {
  color: #35bbbf;
}
#k2Container.itemView .itemComments ul.itemCommentsList li .commentContent .commentDate {
  border: 0;
  float: right;
  font-weight: 300;
}
#k2Container.itemView .itemComments ul.itemCommentsList li +li {
  margin-top: 30px;
}
#k2Container.itemView .itemComments .itemCommentsForm h3 {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}
#k2Container.itemView .itemComments .itemCommentsForm #comment-form .inputbox {
  background: none;
  filter: none;
  border-color: #2e2e2e;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-weight: normal;
  font-size: 14px;
}
#k2Container.itemView .itemComments .itemCommentsForm #comment-form textarea.inputbox {
  width: 90%;
  padding: 10px;
}
#k2Container.itemView .itemComments .itemCommentsForm #comment-form button.button {
  background: #fff;
  color: #35bbbf;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#k2Container.itemView .itemComments .itemCommentsForm #comment-form button.button:hover {
  background: #35bbbf;
  color: #fff;
}
.rtl div.k2ItemsBlock ul li .itemNumber {
  float: right;
}
.rtl div.k2ItemsBlock ul li .itemContent {
  margin-left: 0;
  margin-right: 60px;
}
.rtl div.k2ItemsBlock ul li .itemContent ul li .itemDate {
  background-position: right center;
  padding: 0 20px 0 0;
}
.rtl #k2Container.itemListView .itemList .itemContainer.col-right .catItemImageBlock {
  float: left;
  margin: 0 28px 0 0;
}
.rtl #k2Container.itemListView .itemList .catItemView .catItemImageBlock {
  margin-right: 0;
  margin-left: 28px;
}
.rtl #k2Container.itemListView .itemList .catItemView .catitem-content .catItemHeader dl.article-info dd {
  border-right: 0;
  float: right;
  border-left: 1px solid #454545;
}
.rtl #k2Container.itemListView .itemList .catItemView .catitem-content .catItemHeader dl.article-info dd.catItemDateCreated {
  padding-left: 10px;
  padding-right: 0;
}
.rtl #k2Container.itemListView .itemList .catItemView .catitem-content .catItemHeader dl.article-info dd.catItemAuthor {
  border: 0;
}
.rtl #k2Container.itemListView .itemList .catItemView .catitem-content .catItemTagsBlock ul.catItemTags {
  padding: 0 0 0 5px;
}
.rtl #k2Container.userView .userBlock img {
  float: right;
  margin: 0 0 5px 15px;
}
.rtl #k2Container.userView .userItemList .userItemView .userItemImageBlock {
  margin: 0 0 15px 28px;
}
.rtl #k2Container.userView .userItemList .userItemView .userItemBody .userItemCommentsLink {
  padding: 0;
}
.rtl #k2Container.userView .userItemList .userItemView .userItemBody .userItemCommentsLink .userItemDateCreated {
  float: right;
  padding: 20px 0 0 10px;
  border-left: 1px solid #454545;
  border-right: 0;
}
.rtl #k2Container.userView .userItemList .userItemView .userItemBody .userItemCommentsLink .userItemComments {
  float: right;
  padding: 20px 10px 0;
}
.rtl #k2Container.tagView .tagItemView .tagItemBody .tagItemImageBlock {
  float: right;
  margin: 0 0 0 28px;
}
.rtl #k2Container.tagView .tagItemView .tagItemBody .tagItemCommentsLink {
  padding: 0;
}
.rtl #k2Container.tagView .tagItemView .tagItemBody .tagItemCommentsLink .tagItemDateCreated {
  float: right;
  padding: 20px 0 0 10px;
  border-left: 1px solid #454545;
  border-right: 0;
}
.rtl #k2Container.tagView .tagItemView .tagItemBody .tagItemCommentsLink .tagItemComments {
  float: right;
  padding: 20px 10px 0;
}
.rtl #k2Container.tagView .tagItemView.col-right .tagItemBody .tagItemImageBlock {
  float: left;
  margin: 0 28px 0 0;
}
.rtl #k2Container.itemView .itemBody dl.article-info {
  margin-top: 0;
}
.rtl #k2Container.itemView .itemBody dl.article-info dd {
  border-right: 0;
  float: right;
  border-left: 1px solid #454545;
}
.rtl #k2Container.itemView .itemBody dl.article-info dd.itemDateCreated {
  padding-left: 10px;
  padding-right: 0;
}
.rtl #k2Container.itemView .itemBody dl.article-info dd.itemAuthor {
  border: 0;
}
.rtl #k2Container.itemView .itemBody .itemAuthorBlock .itemAuthorDetails .itemAuthorAvatar {
  float: right;
  margin: 0 0 5px 20px;
}
.rtl #k2Container.itemView .itemBody .itemRelated ul li .topRelate .itemDateCreated {
  background-position: right center;
  padding: 0 20px 0 0;
}
.rtl #k2Container.itemView .itemBody .itemRelated ul li .item-more .item-read {
  float: right;
}
.rtl #k2Container.itemView .itemBody .itemRelated ul li .item-more .item-comment {
  float: left;
}
.rtl #k2Container.itemView .itemComments ul.itemCommentsList li .commentImg {
  float: right;
}
.rtl #k2Container.itemView .itemComments ul.itemCommentsList li .commentContent {
  margin: 0 90px 0 0;
}
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView .catItemImageBlock {
  margin: 0 0 15px 28px;
}
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemLinks .catItemTagsBlock ul.catItemTags {
  padding: 0 5px 0 0;
}
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemHeader dl.article-info dd {
  border-right: 0;
  float: right;
  border-left: 1px solid #454545;
}
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemHeader dl.article-info dd.tagItemDateCreated {
  padding-left: 10px;
  padding-right: 0;
}
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView .latestItemContent .catItemHeader dl.article-info dd.tagItemCommentsLink {
  border: 0;
}
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView.col-right .catItemImageBlock {
  margin: 0 28px 15px 0;
  float: left;
}
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView.span6.item1,
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView.span4.item1,
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView.span3.item1 {
  margin-right: 0;
}
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView.span6 .catItemImageBlock,
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView.span4 .catItemImageBlock,
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView.span3 .catItemImageBlock {
  margin: 0 0 15px;
  float: none;
}
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView.span6 .latestItemContent .catItemHeader dl.article-info dd,
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView.span4 .latestItemContent .catItemHeader dl.article-info dd,
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView.span3 .latestItemContent .catItemHeader dl.article-info dd {
  border-right: 0;
  float: right;
  border-left: 1px solid #454545;
  background-position: right center;
}
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView.span6 .latestItemContent .catItemHeader dl.article-info dd.tagItemDateCreated,
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView.span4 .latestItemContent .catItemHeader dl.article-info dd.tagItemDateCreated,
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView.span3 .latestItemContent .catItemHeader dl.article-info dd.tagItemDateCreated {
  padding-right: 20px;
}
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView.span6 .latestItemContent .catItemHeader dl.article-info dd.tagItemCommentsLink,
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView.span4 .latestItemContent .catItemHeader dl.article-info dd.tagItemCommentsLink,
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView.span3 .latestItemContent .catItemHeader dl.article-info dd.tagItemCommentsLink {
  border: 0;
  margin-right: 10px;
  padding-right: 30px;
  padding-left: 0;
  margin-left: 0;
}
.rtl #k2Container .catItemTagsBlock span,
.rtl #k2Container .userItemTagsBlock span,
.rtl #k2Container .itemTagsBlock span {
  background-image: url(../../templates/sj_kampe/images/rtl/icon-tag.png) !important;
}
.rtl div.userItemImageBlock {
  float: right;
}
.rtl div.itemFacebookButton,
.rtl div.itemTwitterButton {
  float: right;
}
@media (min-width: 980px) {
  .itemListView  .catItemImageBlock,
  .userView .userItemImageBlock {
    width: 30%;
  }
}
.list-footer .pagination {
  list-style: none;
  margin: 0 -2px !important;
}
.list-footer .pagination >li {
  display: inline-block;
  background: #454545;
  color: #999;
  margin: 0 2px;
  padding: 0 10px;
}
.list-footer select.chzn-done {
  margin: 0 5px;
}
.hikashop_module .hikashop_categories_listing_main {
  margin-top: 0;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories {
  background: #35bbbf;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .thumbnails > li {
  margin-bottom: 0 !important;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container {
  margin: 0 !important;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  padding: 25px 35px;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_title {
  font-size: 30px;
  font-weight: 100;
  border: 0;
  text-align: start;
  margin-bottom: 15px;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_title a {
  color: #fff;
  text-transform: uppercase;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_title a span {
  font-weight: 700;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_product_image {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_product_image img {
  width: 100%;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_product_image .hikashop_category_desc {
  position: absolute;
  left: 50%;
  width: 60%;
  bottom: 0;
  margin-left: -35%;
  background: rgba(0,0,0,0.5);
  padding: 5%;
  color: #fff;
  text-align: start;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_product_image .hikashop_category_desc p {
  font-size: 18px;
  font-weight: bold;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_product_image .hikashop_category_desc p.head-description {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_more {
  margin-bottom: 5px;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_more a {
  width: 60%;
  display: inline-block;
  padding: 10px 5%;
  background: #fff;
  color: #35bbbf;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_more a span {
  display: inline-block;
  background: url(../../templates/sj_kampe/images/cyan/icon-more.png) no-repeat left center;
  width: 8px;
  height: 8px;
  margin-left: 10px;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category:hover .hikashop_container .hikashop_category_more a {
  background: #000;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .lavalamp-object {
  background: rgba(0,0,0,0.4);
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  margin: 0 0 30px;
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .pre-text {
  background: url(../../templates/sj_kampe/images/icons/icon-shoes.png) no-repeat scroll 15px center #35bbbf;
  color: #fff;
  display: block;
  float: left;
  font-size: 30px;
  font-weight: 700;
  padding: 15px 20px 15px 50px;
  text-transform: uppercase;
  margin: 0;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
  margin-left: 30%;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li {
  border: 0;
  margin-bottom: 0;
  background: none;
  padding: 0;
  margin-right: 5px;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li span {
  padding: 10px 20px;
  display: block;
  font-size: 14px;
  color: inherit;
  font-weight: 400;
  position: relative;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li span:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  vertical-align: top;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -5px;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.tab-sel,
.container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover {
  background: #454545;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.tab-sel span,
.container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover span {
  color: #fff;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.tab-sel span:after,
.container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover span:after {
  border-top-color: #454545;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container {
  clear: both;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items-inner .ltabs-item {
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items-inner:hover .ltabs-item:not(:hover) {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
  background: #fff;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image {
  border: 0;
  border-bottom: 3px solid #2a9497;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image a {
  display: block;
  position: relative;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image img {
  width: auto;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-info .item-top-info {
  padding: 0 15px;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-info .item-top-info .item-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 20px;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-info .item-top-info .item-title a {
  color: #1a1a1a;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-info .item-top-info .item-title a:hover {
  color: #35bbbf;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-info .item-top-info .hikashop_vote_stars {
  margin-bottom: 25px;
  padding: 0;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-info .other-infor {
  overflow: hidden;
  background: #f1f1f1;
  padding: 30px 15px;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-info .other-infor .acd-prices {
  border: 0;
  font-size: 18px;
  font-weight: 700;
  color: #35bbbf;
  width: auto;
  padding-top: 10px;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-info .other-infor .acd-prices span.acd-per-unit {
  display: none;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-info .other-infor .acd-btn-add {
  float: right;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-info .other-infor .acd-btn-add .hikashop_add_to_cart {
  margin: 0;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-info .other-infor .acd-btn-add .hikashop_add_to_cart .hikashop_cart_input_button {
  margin: 0;
  padding: 10px 25px;
  border: 2px solid #35bbbf;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  color: #35bbbf !important;
  box-shadow: none;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-item .item-inner:hover .item-image a span.item-img-hover {
  transform: translate(0px,0px) scale(1);
  -webkit-transform: translate(0px,0px) scale(1);
  -ms-transform: translate(0px,0px) scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-item .item-inner:hover .item-info .item-top-info .item-title a {
  color: #35bbbf;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-item .item-inner:hover .item-info .other-infor .acd-btn-add .hikashop_add_to_cart	.hikashop_cart_input_button {
  background: #35bbbf;
  color: #fff !important;
  box-shadow: none;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
  background: url(../../templates/sj_kampe/images/bg-loadmore.png) no-repeat left center transparent;
  padding: 20px 0 35px;
  min-width: 292px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  color: inherit;
  position: relative;
  height: 27px;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .add-loadmore {
  position: absolute;
  right: 65px;
  top: 22px;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
  background: url(../../templates/sj_kampe/images/icons/loadmore.gif) no-repeat center center;
  width: 31px;
  height: 31px;
  position: absolute;
  left: 50px;
  top: 15px;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn:hover {
  color: #fff;
  background-image: url(../../templates/sj_kampe/images/cyan/bg-loadmore.png);
}
.hikashop_products_listing_main .hikashop_category_description {
  margin-bottom: 40px;
  overflow: hidden;
}
.hikashop_products_listing_main .hikashop_category_description img {
  width: 300px;
  float: left;
  margin: 0 20px 5px 0;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 0;
  padding: 0;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .hikashop_product_image {
  border-bottom: 4px solid #35bbbf;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .hikashop_product_image a {
  display: block;
  position: relative;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info {
  padding: 0 15px;
  margin-bottom: 25px;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info >span {
  text-align: start !important;
  margin-bottom: 15px;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info >span a {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info >span a:hover {
  color: #35bbbf;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info-bottom {
  overflow: hidden;
  padding: 30px 15px;
  background: #f2f2f2;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info-bottom .hikashop_product_price_full {
  float: left;
  margin-top: 10px;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info-bottom .hikashop_product_price_full .hikashop_product_price {
  font-size: 18px;
  font-weight: bold;
  color: #35bbbf;
  font-family: inherit;
  font-style: normal;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info-bottom .hikashop_product_price_full .hikashop_product_price_per_unit {
  display: none;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info-bottom form {
  float: right;
  margin: 0;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info-bottom form .hikashop_cart_input_button {
  background: #fff;
  border: 2px solid #35bbbf;
  margin: 0;
  padding: 10px 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #35bbbf !important;
  font-weight: 400;
  box-shadow: none;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info-bottom form .hikashop_cart_input_button:hover {
  background: #35bbbf;
  color: #fff !important;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer:hover .item-info span a {
  color: #35bbbf;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer:hover .hikashop_product_image a span.item-img-hover {
  transform: translate(0,0) scale(1);
  -webkit-transform: translate(0,0) scale(1);
  -ms-transform: translate(0,0) scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .row-fluid .hikashop_product .hikashop_container {
  margin: 0 0 15px !important;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .columns-1 .hikashop_container .hikashop_subcontainer {
  overflow: hidden;
  padding: 10px;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .columns-1 .hikashop_container .hikashop_subcontainer .hikashop_product_image {
  border: 0;
  float: left;
  margin-right: 20px;
  padding: 0;
  margin-bottom: 0;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .columns-1 .hikashop_container .hikashop_subcontainer .item-info {
  margin-bottom: 15px;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .columns-1 .hikashop_container .hikashop_subcontainer .item-info-bottom {
  padding: 0;
  background: none;
  text-align: start;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .columns-1 .hikashop_container .hikashop_subcontainer .item-info-bottom .hikashop_product_price_full {
  float: none;
  margin-bottom: 20px;
  display: inline-block;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .columns-1 .hikashop_container .hikashop_subcontainer .item-info-bottom form {
  float: none;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination {
  text-align: start;
  font-size: 14px;
  font-weight: 400;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination .list-footer .limit {
  float: left;
  color: #fff;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination .list-footer .limit select {
  background: #454545;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  color: #999;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination .list-footer .pagination {
  float: right;
  margin: 0;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination .list-footer .pagination .pagenav {
  background: #454545;
  width: 20px;
  padding: 5px;
  color: #999;
  display: inline-block;
  border: 0;
  margin: 0 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 400;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination .list-footer .pagination .pagenav:hover {
  background: #35bbbf;
  color: #fff;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination .list-footer .pagination .pagenav.hikashop_next_link,
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination .list-footer .pagination .pagenav.hikashop_prev_link {
  width: auto;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination .list-footer .pagination span.pagenav {
  background: #35bbbf;
  color: #fff;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination .list-footer .pagination span.pagenav.pagenav_text {
  background: #454545;
  color: #999;
  width: auto;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination .list-footer .pagination span.pagenav.pagenav_text:hover {
  background: #35bbbf;
  color: #fff;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination .list-footer .counter {
  float: right;
  margin: 0 15px 0 0;
  color: #fff;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination .hikashop_results_counter {
  color: #fff;
  line-height: 28px;
  margin-left: 15px;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 0;
  padding: 0;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .hikashop_product_image {
  border-bottom: 4px solid #35bbbf;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .hikashop_product_image a {
  display: block;
  position: relative;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info {
  padding: 0 15px;
  margin-bottom: 25px;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info >span {
  text-align: start !important;
  margin-bottom: 15px;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info >span a {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info >span a:hover {
  color: #35bbbf;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info-bottom {
  overflow: hidden;
  padding: 30px 15px;
  background: #f2f2f2;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info-bottom .hikashop_product_price_full {
  float: left;
  margin-top: 10px;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info-bottom .hikashop_product_price_full .hikashop_product_price {
  font-size: 18px;
  font-weight: bold;
  color: #35bbbf;
  font-family: inherit;
  font-style: normal;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info-bottom .hikashop_product_price_full .hikashop_product_price_per_unit {
  display: none;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info-bottom form {
  float: right;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info-bottom form .hikashop_cart_input_button {
  background: #fff;
  border: 2px solid #35bbbf;
  margin: 0;
  padding: 10px 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #35bbbf !important;
  font-weight: 400;
  box-shadow: none;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info-bottom form .hikashop_cart_input_button:hover {
  background: #35bbbf;
  color: #fff !important;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer:hover .item-info span a {
  color: #35bbbf;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer:hover .hikashop_product_image a span.item-img-hover {
  transform: translate(0,0) scale(1);
  -webkit-transform: translate(0,0) scale(1);
  -ms-transform: translate(0,0) scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .row-fluid .hikashop_product .hikashop_container {
  margin: 0 0 15px !important;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination {
  text-align: start;
  font-size: 14px;
  font-weight: 400;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination .list-footer .limit {
  float: left;
  color: #fff;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination .list-footer .limit select {
  background: #454545;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  color: #999;
  padding: 7px;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination .list-footer .pagination {
  float: right;
  margin: 0;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination .list-footer .pagination .pagenav {
  background: #454545;
  padding: 5px;
  color: #999;
  display: inline-block;
  border: 0;
  margin: 0 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 400;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination .list-footer .pagination .pagenav:hover {
  background: #35bbbf;
  color: #fff;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination .list-footer .pagination span.pagenav {
  background: #35bbbf;
  color: #fff;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination .list-footer .pagination span.pagenav.pagenav_text {
  background: #454545;
  color: #999;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination .list-footer .pagination span.pagenav.pagenav_text:hover {
  background: #35bbbf;
  color: #fff;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination .list-footer .counter {
  float: right;
  margin: 0 15px 0 0;
  color: #fff;
}
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products_pagination .hikashop_results_counter {
  color: #fff;
  line-height: 28px;
  margin-left: 15px;
}
table.hikashop_products_table tbody  > tr {
  background: #fff;
}
table.hikashop_products_table tbody  > tr .hikashop_product_name {
  font-size: 18px;
}
table.hikashop_products_table tbody  > tr .hikashop_product_name a:hover {
  color: #35bbbf;
}
table.hikashop_products_table tbody  > tr .hikashop_product_price_full {
  line-height: 30px;
}
table.hikashop_products_table tbody  > tr .hikashop_product_price_full span.hikashop_product_price {
  font-size: 18px;
  font-family: inherit;
  font-style: normal;
  color: #35bbbf;
}
table.hikashop_products_table tbody  > tr .hikashop_product_price_full .hikashop_product_price_per_unit {
  display: none;
}
table.hikashop_products_table tbody  > tr .hikashop_cart_input_button {
  background: #fff;
  border: 2px solid #35bbbf;
  margin: 0;
  padding: 10px 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #35bbbf !important;
  font-weight: 400;
  box-shadow: none;
}
table.hikashop_products_table tbody  > tr .hikashop_cart_input_button:hover {
  background: #35bbbf;
  color: #fff !important;
}
.hikashop_product_page form .hikashop_product_left_part,
.hikashop_product_page form .span6 {
  text-align: start !important;
}
.hikashop_product_page form .hikashop_product_left_part div,
.hikashop_product_page form .span6 div {
  text-align: start !important;
}
.hikashop_product_page form .hikashop_product_left_part .hikashop_global_image_div .hikashop_product_main_image_thumb,
.hikashop_product_page form .span6 .hikashop_global_image_div .hikashop_product_main_image_thumb {
  height: auto !important;
}
.hikashop_product_page form .hikashop_product_left_part .hikashop_global_image_div .hikashop_product_main_image,
.hikashop_product_page form .span6 .hikashop_global_image_div .hikashop_product_main_image {
  border: 1px solid #454545;
  height: auto !important;
}
.hikashop_product_page form .hikashop_product_left_part .hikashop_global_image_div .hikashop_product_main_image .hikashop_product_main_image_subdiv,
.hikashop_product_page form .span6 .hikashop_global_image_div .hikashop_product_main_image .hikashop_product_main_image_subdiv {
  width: auto !important;
  height: auto !important;
  margin: 10px !important;
  background: #fff;
}
.hikashop_product_page form .hikashop_product_left_part .hikashop_global_image_div .hikashop_small_image_div,
.hikashop_product_page form .span6 .hikashop_global_image_div .hikashop_small_image_div {
  text-align: start !important;
}
.hikashop_product_page form .hikashop_product_left_part .hikashop_global_image_div .hikashop_small_image_div a,
.hikashop_product_page form .span6 .hikashop_global_image_div .hikashop_small_image_div a {
  display: inline-block;
  background: #fff;
  padding: 0 5px;
  text-align: center;
  width: 12%;
  margin-right: 1px;
}
.hikashop_product_page form .hikashop_product_left_part .hikashop_global_image_div .hikashop_small_image_div a img,
.hikashop_product_page form .span6 .hikashop_global_image_div .hikashop_small_image_div a img {
  height: auto;
}
.hikashop_product_page form .hikashop_product_right_part h1,
.hikashop_product_page form .span6 h1 {
  line-height: normal;
}
.hikashop_product_page form .hikashop_product_right_part h1 span.hikashop_product_name_main,
.hikashop_product_page form .span6 h1 span.hikashop_product_name_main {
  font-size: 18px;
  color: #fff;
}
.hikashop_product_page form .hikashop_product_right_part .rpage-product-mid,
.hikashop_product_page form .span6 .rpage-product-mid {
  margin-bottom: 20px;
}
.hikashop_product_page form .hikashop_product_right_part .rpage-product-mid .hikashop_product_vote_mini,
.hikashop_product_page form .span6 .rpage-product-mid .hikashop_product_vote_mini {
  float: left;
}
.hikashop_product_page form .hikashop_product_right_part .rpage-product-mid .hikashop_product_stock_count,
.hikashop_product_page form .span6 .rpage-product-mid .hikashop_product_stock_count {
  display: inline-block;
  float: right;
}
.hikashop_product_page form .hikashop_product_right_part #hikashop_product_characteristics,
.hikashop_product_page form .span6 #hikashop_product_characteristics {
  border: 0 !important;
}
.hikashop_product_page form .hikashop_product_right_part #hikashop_product_characteristics .hikashop_product_characteristics_table > div,
.hikashop_product_page form .span6 #hikashop_product_characteristics .hikashop_product_characteristics_table > div {
  clear: both;
}
.hikashop_product_page form .hikashop_product_right_part #hikashop_product_characteristics .hikashop_product_characteristics_table .characteristic-select,
.hikashop_product_page form .span6 #hikashop_product_characteristics .hikashop_product_characteristics_table .characteristic-select {
  float: left;
}
.hikashop_product_page form .hikashop_product_right_part #hikashop_product_characteristics .hikashop_product_characteristics_table select,
.hikashop_product_page form .span6 #hikashop_product_characteristics .hikashop_product_characteristics_table select {
  width: 100px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  line-height: normal;
}
.hikashop_product_page form .hikashop_product_right_part #hikashop_product_characteristics .hikashop_product_characteristics_table label,
.hikashop_product_page form .span6 #hikashop_product_characteristics .hikashop_product_characteristics_table label {
  position: relative;
  width: 100px;
}
.hikashop_product_page form .hikashop_product_right_part #hikashop_product_characteristics .hikashop_product_characteristics_table label:after,
.hikashop_product_page form .span6 #hikashop_product_characteristics .hikashop_product_characteristics_table label:after {
  content: "\f107";
  font-family: FontAwesome;
  left: 70px;
  top: 10px;
  background: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 2px;
  position: absolute;
  pointer-events: none;
  font-size: 16px;
}
.hikashop_product_page form .hikashop_product_right_part #hikashop_product_characteristics .hikashop_product_characteristics_table .characteristic-color,
.hikashop_product_page form .span6 #hikashop_product_characteristics .hikashop_product_characteristics_table .characteristic-color {
  float: left;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  width: 75px;
  margin-top: 8px;
}
.hikashop_product_page form .hikashop_product_right_part .hikashop_product_right_mid #hikashop_product_price_main,
.hikashop_product_page form .span6 .hikashop_product_right_mid #hikashop_product_price_main {
  float: left;
  margin-right: 10px;
  margin-top: 9px;
}
.hikashop_product_page form .hikashop_product_right_part .hikashop_product_right_mid #hikashop_product_price_main .hikashop_product_price_full .hikashop_product_price,
.hikashop_product_page form .span6 .hikashop_product_right_mid #hikashop_product_price_main .hikashop_product_price_full .hikashop_product_price {
  font-size: 18px;
  font-family: inherit;
  font-weight: bold;
  font-style: normal;
  color: #35bbbf;
}
.hikashop_product_page form .hikashop_product_right_part .hikashop_product_right_mid #hikashop_product_price_main .hikashop_product_price_full .hikashop_product_price_per_unit,
.hikashop_product_page form .span6 .hikashop_product_right_mid #hikashop_product_price_main .hikashop_product_price_full .hikashop_product_price_per_unit {
  display: none;
}
.hikashop_product_page form .hikashop_product_right_part .hikashop_product_right_mid #hikashop_product_quantity_main,
.hikashop_product_page form .span6 .hikashop_product_right_mid #hikashop_product_quantity_main {
  margin-bottom: 30px;
}
.hikashop_product_page form .hikashop_product_right_part .hikashop_product_right_mid #hikashop_product_quantity_main .cart-detail .left-cart,
.hikashop_product_page form .span6 .hikashop_product_right_mid #hikashop_product_quantity_main .cart-detail .left-cart {
  float: left;
  background: #fff;
  width: 80px;
  position: relative;
  padding: 10px;
  margin-right: 20px;
}
.hikashop_product_page form .hikashop_product_right_part .hikashop_product_right_mid #hikashop_product_quantity_main .cart-detail .left-cart a,
.hikashop_product_page form .span6 .hikashop_product_right_mid #hikashop_product_quantity_main .cart-detail .left-cart a {
  position: absolute;
  right: 5px;
  top: 0;
  margin: 0;
}
.hikashop_product_page form .hikashop_product_right_part .hikashop_product_right_mid #hikashop_product_quantity_main .cart-detail .left-cart a.hikashop_product_quantity_field_change_minus,
.hikashop_product_page form .span6 .hikashop_product_right_mid #hikashop_product_quantity_main .cart-detail .left-cart a.hikashop_product_quantity_field_change_minus {
  top: auto;
  bottom: 0;
}
.hikashop_product_page form .hikashop_product_right_part .hikashop_product_right_mid #hikashop_product_quantity_main .cart-detail .left-cart a:hover,
.hikashop_product_page form .span6 .hikashop_product_right_mid #hikashop_product_quantity_main .cart-detail .left-cart a:hover {
  color: #35bbbf;
}
.hikashop_product_page form .hikashop_product_right_part .hikashop_product_right_mid #hikashop_product_quantity_main .cart-detail .left-cart .hikashop_product_quantity_field,
.hikashop_product_page form .span6 .hikashop_product_right_mid #hikashop_product_quantity_main .cart-detail .left-cart .hikashop_product_quantity_field {
  border: 0;
  padding: 0 !important;
  width: 60px;
  margin: 0;
}
.hikashop_product_page form .hikashop_product_right_part .hikashop_product_right_mid #hikashop_product_quantity_main .cart-detail .cart-button .hikashop_cart_input_button,
.hikashop_product_page form .span6 .hikashop_product_right_mid #hikashop_product_quantity_main .cart-detail .cart-button .hikashop_cart_input_button {
  margin: 0;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 12px 25px;
  color: #35bbbf !important;
  line-height: normal;
  box-shadow: none;
}
.hikashop_product_page form .hikashop_product_right_part .hikashop_product_right_mid #hikashop_product_quantity_main .cart-detail .cart-button .hikashop_cart_input_button:hover,
.hikashop_product_page form .span6 .hikashop_product_right_mid #hikashop_product_quantity_main .cart-detail .cart-button .hikashop_cart_input_button:hover {
  color: #fff !important;
  background: #35bbbf;
  border: 0 !important;
}
.hikashop_product_page form .hikashop_product_right_part #hikashop_product_description_main_mini,
.hikashop_product_page form .span6 #hikashop_product_description_main_mini {
  margin-bottom: 30px;
}
.hikashop_product_page form .hikashop_product_right_part #hikashop_social,
.hikashop_product_page form .span6 #hikashop_social {
  margin: 0 0 25px 0;
}
.hikashop_product_page form .hikashop_product_right_part #hikashop_social > span,
.hikashop_product_page form .span6 #hikashop_social > span {
  width: 22%;
  display: block;
}
.hikashop_product_page form .hikashop_product_bottom_part #hikashop_product_description_main {
  padding-top: 40px;
  color: #999;
  font-weight: 300;
  margin-bottom: 50px;
}
.hikashop_product_page h3.productpage-title {
  margin-bottom: 30px;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
}
.hikashop_product_page h3.productpage-title span {
  background: #454545;
  padding: 15px 25px;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.hikashop_product_page h3.productpage-title span:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #454545;
  content: "";
  display: inline-block;
  height: 0;
  vertical-align: top;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -5px;
}
.hikashop_product_page #hikashop_comment_form #hikashop_product_vote_listing .hika_comment_listing {
  border: 0;
  color: #999;
  background: none;
}
.hikashop_product_page #hikashop_comment_form #hikashop_product_vote_listing .hika_comment_listing .hika_comment_listing_name {
  color: #35bbbf;
  font-size: 18px;
  font-weight: 400;
}
.hikashop_product_page #hikashop_comment_form #hikashop_product_vote_listing .hika_comment_listing .hika_comment_listing_content {
  background: none;
  color: #999;
}
.hikashop_product_page #hikashop_comment_form .hikashop_form_comment {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: none;
  margin: 0 0 15px;
  padding: 0;
}
.hikashop_product_page #hikashop_comment_form input,
.hikashop_product_page #hikashop_comment_form textarea {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #2e2e2e;
  box-shadow: none;
}
.hikashop_product_page #hikashop_comment_form textarea {
  min-height: 150px;
  margin-bottom: 20px;
}
.hikashop_product_page #hikashop_comment_form .button {
  background: #fff;
  color: #35bbbf;
  margin-bottom: 30px;
  padding: 10px 25px;
}
.hikashop_product_page #hikashop_comment_form .button:hover {
  background: #35bbbf;
  color: #fff;
}
.hikashop_product_page .hikashop_category_information h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  border-color: #454545;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
}
.hikashop_product_page #hikashop_product_bottom_part #hikashop_product_description_main {
  color: inherit;
}
.hikashop_product_page #hikashop_product_bottom_part #hikashop_tabs_div .hikashop_tabs_ul {
  margin-bottom: 30px;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
}
.hikashop_product_page #hikashop_product_bottom_part #hikashop_tabs_div .hikashop_tabs_ul li {
  background: none;
  display: inline-block;
  border: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.hikashop_product_page #hikashop_product_bottom_part #hikashop_tabs_div .hikashop_tabs_ul li a {
  display: block;
  padding: 12px 25px;
  color: #fff !important;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
}
.hikashop_product_page #hikashop_product_bottom_part #hikashop_tabs_div .hikashop_tabs_ul li a:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  vertical-align: top;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -5px;
}
.hikashop_product_page #hikashop_product_bottom_part #hikashop_tabs_div .hikashop_tabs_ul li.hikashop_tabs_li_selected,
.hikashop_product_page #hikashop_product_bottom_part #hikashop_tabs_div .hikashop_tabs_ul li:hover {
  border: 0 !important;
  background: #454545 !important;
}
.hikashop_product_page #hikashop_product_bottom_part #hikashop_tabs_div .hikashop_tabs_ul li.hikashop_tabs_li_selected a:after,
.hikashop_product_page #hikashop_product_bottom_part #hikashop_tabs_div .hikashop_tabs_ul li:hover a:after {
  border-top-color: #454545;
}
.hikashop_product_page #hikashop_product_bottom_part #hikashop_tabs_div .hikashop_tabs_content {
  background: none;
  color: inherit;
  font-weight: 300;
  border: 0;
}
.hikashop_product_page #hikashop_product_bottom_part #hikashop_tabs_div .hikashop_tabs_content .hikashop_listing_comment {
  display: none;
}
.hikashop_product_page #hikashop_product_bottom_part #hikashop_tabs_div .hikashop_tabs_content #hikashop_product_description_main {
  color: inherit;
}
.hikashop_product_page #hikashop_product_bottom_part #hikashop_tabs_div .hikashop_tabs_content #hikashop_product_vote_listing {
  margin-top: 0;
}
.hikashop_product_page #hikashop_product_bottom_part #hikashop_tabs_div .hikashop_tabs_content #hikashop_product_vote_form {
  margin: 0;
  max-width: none;
}
.hikashop_product_page #hikashop_product_bottom_part #hikashop_tabs_div .hikashop_tabs_content #hikashop_product_vote_form .hikashop_vote_form {
  text-align: start;
}
.hikashop_product_page #hikashop_comment_form .hikashop_listing_comment {
  background: none;
  height: auto;
  margin: 0;
  padding: 0;
}
.hikashop_product_page #hikashop_comment_form .hika_comment_listing .hika_comment_listing_empty {
  text-align: start;
  background: none;
}
.hikashop_product_page #hikashop_comment_form #hikashop_product_vote_form {
  max-width: none;
  margin: 0;
}
.hikashop_product_page #hikashop_comment_form #hikashop_product_vote_form .hikashop_vote_form {
  margin: 0;
  text-align: start;
}
.hikashop_product_page #hikashop_comment_form #hikashop_product_vote_form .hikashop_vote_form textarea {
  width: 90%;
  padding: 10px;
  margin: 0 0 20px;
}
#hikashop_payment_methods .hikashop_payment_methods_table td {
  background: none;
  border-color: #2e2e2e;
  padding: 20px 0;
}
#hikashop_payment_methods .hikashop_payment_methods_table td label {
  padding: 0 10px;
}
#hikashop_payment_methods .hikashop_payment_methods_table td .hikashop_checkout_payment_description {
  margin-left: 0;
  margin-top: 10px;
}
#hikashop_payment_methods .hikashop_payment_methods_table td .hikashop_checkout_payment_image {
  margin-left: 20px;
}
#hikashop_address_listing fieldset,
#hikashop_address_listing .hikashop_address_listing_item_details {
  border-color: #2e2e2e;
  background: none;
}
#hikashop_address_listing .hikashop_address_listing_item_actions {
  padding: 0 10px;
}
#toolbar .icon-32-new {
  background: none !important;
}
#toolbar .icon-32-new:before {
  content: "\f067";
  font-family: FontAwesome;
  font-size: 18px;
  background: #fff;
  color: #35bbbf;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  line-height: 35px;
  text-align: center;
}
#toolbar .icon-32-new:hover:before {
  background: #35bbbf;
  color: #fff;
}
#toolbar .icon-32-back {
  background: none !important;
}
#toolbar .icon-32-back:before {
  content: "\f060";
  font-family: FontAwesome;
  font-size: 18px;
  background: #fff;
  color: #35bbbf;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  line-height: 35px;
  text-align: center;
}
#toolbar .icon-32-back:hover:before {
  background: #35bbbf;
  color: #fff;
}
.module.mod-currency {
  padding-bottom: 0;
}
.module.mod-currency #hikashop_currency_module {
  padding: 30px 20px 20px;
}
.module.mod-currency #hikashop_currency_module form select {
  font-size: 14px;
  color: #999;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  height: auto;
  border: 0;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  line-height: normal;
  width: 100%;
}
.module.mod-currency #hikashop_currency_module form label {
  position: relative;
}
.module.mod-currency #hikashop_currency_module form label:after {
  content: "\f107";
  font-family: FontAwesome;
  right: 8px;
  top: 10px;
  background: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 2px;
  position: absolute;
  pointer-events: none;
  font-size: 16px;
}
.module.header-cart {
  margin: 0;
}
.module.cart-module {
  padding-bottom: 0;
}
.module .hikashop_cart_module #hikashop_cart {
  text-align: center;
}
.module .hikashop_cart_module #hikashop_cart .empty-cart {
  padding: 25px 0;
}
.module .hikashop_cart_module #hikashop_cart .hikashop_small_cart_checkout_link {
  padding: 20px 0;
  display: inline-block;
  width: 110px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.module .hikashop_cart_module #hikashop_cart .hikashop_small_cart_checkout_link span.cart-icon {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 15px;
  background: url(../../templates/sj_kampe/images/bg-minicart.png) no-repeat left center;
}
.module .hikashop_cart_module #hikashop_cart .hikashop_small_cart_checkout_link span.hikashop_small_cart_total_title {
  background: #35bbbf;
  width: 25px;
  height: 25px;
  line-height: 25px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  display: inline-block;
  margin-left: 9px;
  font-weight: 700;
  position: absolute;
  left: 6px;
}
.module .hikashop_cart_module #hikashop_cart .hikashop_small_cart_checkout_link span.qty-title {
  margin-left: 20px;
  float: right;
  margin-top: 7px;
  font-weight: 300;
}
.cart-module.module .hikashop_cart_module #hikashop_cart {
  padding: 20px;
  text-align: start;
}
.cart-module.module .hikashop_cart_module #hikashop_cart table .hikashop_cart_title {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  text-align: center;
}
.cart-module.module .hikashop_cart_module #hikashop_cart table th {
  border: 0;
  padding: 7px 7px 7px 0;
}
.cart-module.module .hikashop_cart_module #hikashop_cart table th.hikashop_cart_module_product_name_title {
  width: 40%;
  text-align: start;
}
.cart-module.module .hikashop_cart_module #hikashop_cart table tr {
  border-bottom: 1px solid #1a1a1a;
}
.cart-module.module .hikashop_cart_module #hikashop_cart table tr td {
  padding: 20px 7px 20px 0;
  color: #999;
  text-align: center;
}
.cart-module.module .hikashop_cart_module #hikashop_cart table tr td .hikashop_product_quantity_field {
  float: none;
  text-align: center;
  padding: 5px !important;
}
.cart-module.module .hikashop_cart_module #hikashop_cart table tr td .hikashop_product_price_full {
  text-align: center;
}
.cart-module.module .hikashop_cart_module #hikashop_cart table tr td .hikashop_product_price_full .hikashop_product_price {
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  color: #35bbbf;
  font-family: inherit;
}
.cart-module.module .hikashop_cart_module #hikashop_cart table tr td.hikashop_cart_module_product_name_value {
  text-align: start;
}
.cart-module.module .hikashop_cart_module #hikashop_cart table tr td.hikashop_cart_module_product_name_value a {
  color: #999;
}
.cart-module.module .hikashop_cart_module #hikashop_cart table tr td.hikashop_cart_module_product_name_value a:hover {
  color: #35bbbf;
}
.cart-module.module .hikashop_cart_module #hikashop_cart table tr:hover {
  background: none;
}
.cart-module.module .hikashop_cart_module #hikashop_cart table tfoot tr {
  border: 0;
}
.cart-module.module .hikashop_cart_module #hikashop_cart .hikashop_cart_input_button {
  background: #fff;
  padding: 10px 20px;
  border: 2px solid #35bbbf;
  color: #35bbbf !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.cart-module.module .hikashop_cart_module #hikashop_cart .hikashop_cart_input_button:hover {
  background: #35bbbf;
  color: #fff !important;
}
#hikashop_order_listing fieldset,
#hikashop_address_listing fieldset,
#hikashop_affiliate_main fieldset {
  background: none !important;
  border: 0 !important;
}
#hikashop_order_listing fieldset div.toolbar a,
#hikashop_address_listing fieldset div.toolbar a,
#hikashop_affiliate_main fieldset div.toolbar a {
  border: 0;
}
#hikashopcpanel div.icon a {
  border-color: #2e2e2e !important;
}
#hikashopcpanel div.icon:hover a {
  background: none !important;
}
#hikashop_checkout_page h1 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #454545;
  color: #fff;
  margin-bottom: 40px;
}
#hikashop_checkout_page #hikashop_checkout_login_right_part h2 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
}
#hikashop_checkout_page #hikashop_checkout_login_right_part label,
#hikashop_checkout_page #hikashop_checkout_login_right_part input,
#hikashop_checkout_page #hikashop_checkout_login_right_part button,
#hikashop_checkout_page #hikashop_checkout_login_right_part select,
#hikashop_checkout_page #hikashop_checkout_login_right_part textarea {
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#hikashop_checkout_page #hikashop_checkout_login_right_part .hikashop_field_required {
  float: none;
}
#hikashop_checkout_page #hikashop_checkout_login_right_part #hikashop_register_form_button {
  width: auto;
  padding: 5px 20px;
  border: 2px solid #35bbbf;
  background: #fff;
  color: #35bbbf !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#hikashop_checkout_page #hikashop_checkout_login_right_part #hikashop_register_form_button:hover {
  color: #fff !important;
  background: #35bbbf;
}
#hikashop_checkout_page #hikashop_checkout_coupon .button {
  width: auto;
  padding: 5px 20px;
  border: 2px solid #35bbbf;
  background: #fff;
  color: #35bbbf !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#hikashop_checkout_page #hikashop_checkout_coupon .button:hover {
  color: #fff !important;
  background: #35bbbf;
}
#hikashop_checkout_page #hikashop_checkout_cart table tr {
  background: #fff !important;
}
#hikashop_checkout_page #hikashop_checkout_cart table tr th {
  background: #fff;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px;
}
#hikashop_checkout_page #hikashop_checkout_cart table tr td {
  font-size: 14px;
}
#hikashop_checkout_page #hikashop_checkout_cart table tr td.hikashop_cart_product_image_value img {
  width: 150px;
  height: auto;
}
#hikashop_checkout_page #hikashop_checkout_cart table tr td.hikashop_cart_product_name_value a {
  font-size: 14px;
}
#hikashop_checkout_page #hikashop_checkout_cart table tr td.hikashop_cart_product_name_value a:hover {
  color: #35bbbf;
}
#hikashop_checkout_page #hikashop_checkout_cart table tr td.hikashop_cart_product_price_value .hikashop_product_price_full .hikashop_product_price {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #35bbbf;
}
#hikashop_checkout_page #hikashop_checkout_cart table tr #hikashop_checkout_cart_final_total_title {
  color: #999;
  font-size: 18px;
  font-weight: normal;
}
#hikashop_checkout_page .hikashop_checkout_billing_address_info {
  color: inherit;
}
#hikashop_checkout_page .hikashop_checkout_login {
  clear: none;
  width: auto;
}
#hikashop_checkout_page .row-fluid .hikashop_checkout_login_right_part .control-label,
#hikashop_checkout_page .row-fluid .hikashop_checkout_login_right_part .controls {
  text-align: start;
}
.contentpane #hikashop_address_form_span_iframe .button {
  background: #fff;
  color: #35bbbf !important;
  padding: 8px 25px;
  border: 2px solid #35bbbf;
}
.contentpane #hikashop_address_form_span_iframe .button:hover {
  background: #35bbbf;
  color: #fff !important;
}
.contentpane #hikashop_address_form_span_iframe select,
.contentpane #hikashop_address_form_span_iframe input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.container .ui-rating-star {
  background-image: url(../../templates/sj_kampe/images/icons/star.png) !important;
}
.container span.hikashop_product_price,
.container span.hikashop_checkout_cart_final_total {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #35bbbf;
}
.rtl .hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_more a span {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .module.mod-currency #hikashop_currency_module form label:after {
  right: auto;
  left: 8px;
}
.rtl .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info-bottom form {
  float: left;
}
.rtl .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info-bottom .hikashop_product_price_full {
  float: right;
}
.rtl .hikashop_products_listing .hikashop_products_pagination .list-footer .limit {
  float: right;
}
.rtl .hikashop_products_listing .hikashop_products_pagination .list-footer .limit select {
  margin-right: 15px;
}
.rtl .hikashop_products_listing .hikashop_products_pagination .list-footer .pagination {
  float: left;
}
.rtl .hikashop_products_listing .hikashop_products_pagination .list-footer .counter {
  float: left;
  margin: 0 0 0 15px;
}
.rtl .hikashop_product_page form .hikashop_product_right_part .rpage-product-mid .hikashop_product_vote_mini,
.rtl .hikashop_product_page form .span6 .rpage-product-mid .hikashop_product_vote_mini {
  float: right;
}
.rtl .hikashop_product_page form .hikashop_product_right_part .rpage-product-mid .hikashop_product_stock_count,
.rtl .hikashop_product_page form .span6 .rpage-product-mid .hikashop_product_stock_count {
  float: left;
}
.rtl .hikashop_product_page form .hikashop_product_right_part #hikashop_product_characteristics .characteristic-color,
.rtl .hikashop_product_page form .span6 #hikashop_product_characteristics .characteristic-color {
  float: right;
  margin: 8px 0 0 0;
}
.rtl .hikashop_product_page form .hikashop_product_right_part #hikashop_product_characteristics .characteristic-select,
.rtl .hikashop_product_page form .span6 #hikashop_product_characteristics .characteristic-select {
  float: right;
}
.rtl .hikashop_product_page form .hikashop_product_right_part #hikashop_product_characteristics .characteristic-select label:after,
.rtl .hikashop_product_page form .span6 #hikashop_product_characteristics .characteristic-select label:after {
  left: 8px;
}
.rtl .hikashop_product_page form .hikashop_product_right_part .hikashop_product_right_mid #hikashop_product_price_main,
.rtl .hikashop_product_page form .span6 .hikashop_product_right_mid #hikashop_product_price_main {
  float: right;
  margin: 0 0 0 12px;
}
.rtl .hikashop_product_page form .hikashop_product_right_part .hikashop_product_right_mid #hikashop_product_quantity_main .hikashop_product_stock .cart-detail .left-cart,
.rtl .hikashop_product_page form .span6 .hikashop_product_right_mid #hikashop_product_quantity_main .hikashop_product_stock .cart-detail .left-cart {
  float: right;
  margin: 0 0 0 20px;
}
.rtl .hikashop_product_page form .hikashop_product_right_part .hikashop_product_right_mid #hikashop_product_quantity_main .hikashop_product_stock .cart-detail .left-cart a,
.rtl .hikashop_product_page form .span6 .hikashop_product_right_mid #hikashop_product_quantity_main .hikashop_product_stock .cart-detail .left-cart a {
  right: auto;
  left: 5px;
}
.rtl .hikashop_product_page form .hikashop_product_right_part .hikashop_product_right_mid #hikashop_product_quantity_main .hikashop_product_stock .cart-detail .left-cart input.hikashop_product_quantity_field,
.rtl .hikashop_product_page form .span6 .hikashop_product_right_mid #hikashop_product_quantity_main .hikashop_product_stock .cart-detail .left-cart input.hikashop_product_quantity_field {
  float: right;
}
.rtl .hikashop_product_page form .hikashop_product_right_part #hikashop_social >span,
.rtl .hikashop_product_page form .span6 #hikashop_social >span {
  float: right;
  display: block;
  width: 22%;
}
.rtl #hikashop_checkout_page #hikashop_checkout_login_left_part fieldset {
  margin: 0;
  width: 270px;
}
.rtl .hikashop_product_quantity_main {
  clear: none;
}
.rtl .hikashop_products_listing_main .hikashop_products_listing .hikashop_products .columns-1 .hikashop_container .hikashop_subcontainer span {
  text-align: right !important;
}
.rtl .hikashop_products_listing_main .hikashop_products_listing .hikashop_products .columns-1 .hikashop_container .hikashop_subcontainer .hikashop_product_image {
  float: right;
  margin: 0 0 0 20px;
}
@media (min-width: 980px) and (max-width: 1024px) {
  #bd .hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info-bottom form .hikashop_cart_input_button {
    padding: 10px 15px;
    box-shadow: none;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  #bd .hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_product_image .hikashop_category_desc {
    width: 80%;
    margin-left: -45%;
  }
  #bd .hikashop_submodules {
    padding-top: 0;
  }
  #bd .hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .hikashop_product_image {
    height: auto !important;
  }
  #bd .hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info-bottom {
    padding: 15px;
  }
  #bd .hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info-bottom .hikashop_product_price_full {
    margin: 0 0 10px;
    float: none;
  }
  #bd .hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info-bottom form {
    float: none;
  }
  #bd .hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .item-info-bottom form .hikashop_cart_input_button {
    padding: 10px 15px;
    box-shadow: none;
  }
  #bd .hikashop_product_page form .hikashop_product_right_part #hikashop_product_characteristics .hikashop_product_characteristics_table select,
  #bd .hikashop_product_page form .span6 #hikashop_product_characteristics .hikashop_product_characteristics_table select {
    min-height: 40px;
  }
  #bd #hikashop_checkout_login_right_part {
    clear: both;
    margin: 0;
  }
  #bd .container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-info .other-infor .acd-btn-add .hikashop_add_to_cart .hikashop_cart_input_button {
    padding: 10px;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  #bd #hikashop_product_vote_listing table tbody tr {
    margin: 0;
    border: 0;
    display: block;
    white-space: normal;
  }
  #bd #hikashop_product_vote_listing table tbody tr td {
    min-height: inherit;
    padding: 0;
    border: 0;
  }
  #bd #hikashop_cart table {
    display: table;
    border: 0;
  }
  #bd #hikashop_cart table thead,
  #bd #hikashop_cart table tbody {
    float: none;
    display: table-header-group;
  }
  #bd #hikashop_cart table tr {
    display: table-row;
    border-right: 0;
  }
  #bd #hikashop_cart table tr th {
    background: none;
    display: table-cell;
  }
  #bd #hikashop_cart table tr td {
    display: table-cell;
    border: 0;
  }
  #bd .module.mod-currency #hikashop_currency_module form select {
    width: 100%;
  }
  #bd .characteristic-select select.inputbox {
    height: auto;
  }
  #bd .hikashop_product_page #hikashop_product_bottom_part #hikashop_tabs_div .hikashop_tabs_ul li {
    display: block;
    text-align: center;
  }
  #bd .hikashop_product_page #hikashop_product_bottom_part #hikashop_tabs_div .hikashop_tabs_ul li a:after {
    border: 0;
  }
  #bd .hikashop_product_page #hikashop_product_bottom_part #hikashop_tabs_div .hikashop_tabs_ul li +li {
    border-top: 1px solid #454545 !important;
  }
  #bd .hikashop_product_page table {
    border: 0;
  }
  #bd .hikashop_product_page table tbody {
    white-space: normal;
  }
  #bd .hikashop_product_page table tr {
    border: 0;
  }
  #bd .hikashop_product_page table tr td {
    border: 0;
  }
  #bd #hikashop_checkout_page table {
    overflow: auto;
    display: block;
    border: 0;
  }
  #bd #hikashop_checkout_page table thead,
  #bd #hikashop_checkout_page table tbody {
    float: none;
    display: table-header-group;
    white-space: normal;
  }
  #bd #hikashop_checkout_page table tr {
    display: table-row;
    border-right: 0;
  }
  #bd #hikashop_checkout_page table tr th {
    background: none;
    display: table-cell;
    color: #999;
  }
  #bd #hikashop_checkout_page table tr td {
    display: table-cell;
    border: 0;
  }
  #bd #hikashop_address_listing fieldset {
    border: 0;
  }
}
@media (max-width: 480px) {
  #sbox-window {
    width: 300px !important;
    left: 50% !important;
    margin-left: -150px !important;
    padding: 0;
  }
  #sbox-window iframe {
    width: 100%;
  }
  .hikashop_no_border tr,
  .hikashop_no_border td,
  #hikashop_address_listing tr,
  #hikashop_address_listing td,
  #hikashop_address_form_span_iframe tr,
  #hikashop_address_form_span_iframe td,
  #hikashop_product_quantity_main tr,
  #hikashop_product_quantity_main td,
  #hikashop_checkout_page tr,
  #hikashop_checkout_page td,
  #hikashop_affiliate_main tr,
  #hikashop_affiliate_main td {
    display: block !important;
  }
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
#yt_menuposition ul.navi > li.level1 > .item-link {
  font-size: 16px;
}
.homepage #yt_wrapper {
  background-image: none;
  background-image: url(../../templates/sj_kampe/images/bg-header-short.jpg);
}
#yt_wrapper {
  background: url(../../templates/sj_kampe/images/bg-header.png) no-repeat top center;
}
body#bd {
  background-color: #002154;
  background-position: 50% -319px;
}
canvas#snowCanvas {
  display: inline-block;
  position: fixed !important;
  width: 100% !important;
}
body a {
  color: #35bbbf;
}
.item-page .itemFullText {
  clear: both;
  font-weight: 300;
  font-size: 17px !important;
}
.itemFullText p,
.itemFullText br {
  margin: 17px 0;
}
.blogblog.pull-left img {
  width: 470px;
  margin-right: 25px;
}
.blogblog .page-header {
  font-size: 133%;
  display: flex;
}
div.blogblog .pull-left.item-image {
  width: 430px !important;
  min-width: 460px !important;
  min-height: 290px !important;
  margin-top: 20px;
  margin-right: 25px;
}
div.mod-languages {
  margin-right: 7px;
}
div.mod-languages ul.lang-inline li {
  display: inline-block !important;
}
div.mod-languages li {
  margin-left: 1px;
  margin-right: 1px;
}
div.mod-languages ul li {
  line-height: 24px;
}
div.mod-languages ul.lang-inline {
  margin-top: 7px;
}
div.mod-languages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.menu2 {
  list-style-type: none;
  padding: 25px;
  font-size: 12px;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
}
div#content_main {
  padding-top: 15px;
}
h2.nadpisvelky {
  font-size: 3vw;
  margin-top: 20px;
  text-align: center;
}
.category-view .row .category .spacer {
  padding: 6px;
  margin: 5px;
  background: #6e9d9e;
}
.productdetails .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-bar .addtocart-button {
  font-size: 13px;
  font-weight: 600;
  background: #35bbbf;
  border-radius: 3px;
}
.category-view .row .product-container .group-addtocart .addtocart-button {
  font-size: 13px;
  font-weight: 600;
  background: #35bbbf;
  border-radius: 3px;
  border: none;
  text-transform: none;
  padding: 4px 5px 4px;
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  display: inline-block;
  line-height: normal;
}
span.item-img-hover {
  display: none;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories {
  background: #58a8a5;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_more {
  text-align: center;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .lavalamp-object {
  background: #e4a227;
}
.dynamicslideshow-container,
.dynamicslideshow-container .fullwidthabnner {
  max-height: 720px !important;
}
.dynamicslideshow .fullwidthbanner .revslider-initialised .tp-simpleresponsive {
  height: 699px !important;
}
.dynamicslideshow-container {
  margin: 0 !important;
}
.sj-super-category .category-wrap-cat {
  background: transparent !important;
}
.sj-super-category .category-wrap-cat .title-imageslider {
  text-transform: uppercase;
  color: #fff !important;
}
.sj-super-category .category-wrap-cat .title-imageslider a {
  color: #ffffff;
}
#yt_menuposition ul.navi > li.level1.active {
  background: #03204e;
}
#yt_spotlight1 {
  background: rgba(0,33,84,0.53);
  min-height: 101px;
}
#yt_header {
  background: rgba(0,33,84,0.4);
  min-height: 45px;
  height: 45px;
}
#yt_header #cart {
  float: right;
  width: 14%;
  height: 50px;
  border-left: 0px solid #0465ff;
}
div#vmCartModule {
  font-size: 106%;
  padding: 8px 0 0 22px;
  font-weight: bold;
}
#cart {
  background: url(../../templates/sj_kampe/images/bg-minicart.png) no-repeat 11px center;
}
a.tocart {
  color: #fff;
}
span.carttotal {
  background: #35bbbf;
  padding: 4px 9px;
  border-radius: 16px;
}
.show_cart a {
  color: #ccc;
}
#yt_breadcrumb {
  padding: 30px 0 20px;
  background: #002154;
}
#yt_breadcrumb #breadcrumb {
  border-bottom: 0px solid #454545;
}
#yt_menuposition ul.navi > li.level1 > .item-link {
  font-size: 18px;
  padding: 9px 23px;
}
#yt_breadcrumb h3.breadcrumb-title {
  color: #919295;
}
.page-header h1 {
  margin-top: 16px;
  margin-bottom: -5px;
  padding: 0;
}
.item-page h1 {
  margin: 8px 0 20px;
}
.homepage #yt_slideshow {
  margin-top: 45px;
  background-image: url(../../templates/sj_kampe/images/bg-home.png);
  background-repeat: no-repeat;
}
#bd .layout-boxed {
  background: rgba(19,38,69,0.8);
}
.module.box_border2 {
  border: 4px double #2d3c55;
  background: rgba(64,80,107,0.6);
  padding: 21px;
}
#yt_footer {
  padding: 0;
  background: #1f52a5;
}
#yt_footer a {
  color: #99a4a5;
}
#yt_footer a:hover,
#yt_footer a:focus {
  color: #ffffff;
}
#yt_footer #footer1 {
  background: #265db7;
  border-top: 4px solid #35bbbf;
  padding: 30px;
}
#footer2 .footer-shopping {
  position: relative;
  border: 1px solid #4a6fab;
  padding: 30px 30px 10px;
}
#footer2 .footer-shopping .shopping-content ul li .shopping-img {
  margin: 7px 28px 15px 0;
}
#footer2 .footer-shopping h3.modtitle {
  background: none repeat scroll 0 0 #4a6fab;
}
#yt_header.top-fixed {
  background: rgba(0,33,84,0.59);
}
.module._menu h3.modtitle {
  background: #1f52a5;
}
.center h3.modtitle {
  text-align: center;
}
.center.big h3.modtitle {
  font-size: 40px;
}
.module.nomarginbottom {
  margin-bottom: -20px !important;
  margin-top: -15px;
}
.module.nomarginoboje {
  margin-bottom: 18px !important;
  margin-top: -19px;
}
.blog .items-leading .item .article-text .page-header {
  margin: 10px 0 5px;
  padding: 0;
  border-bottom: 0;
}
.blog .items-leading .item .article-text .page-header h2 {
  font-size: 25px;
}
.blog .items-row .item .article-text .page-header h2 {
  font-size: 25px;
  margin-top: 10px;
}
.blog .items-row .item .article-text .itemIntro {
  margin-bottom: 20px;
  display: none;
}
.tcena span.field-value {
  font-size: 180%;
  color: #35bbbf;
  font-weight: 700;
}
span.field-label {
  font-weight: 600;
}
img.tpadding {
  margin-top: -20px;
  margin-bottom: -40px;
}
#dj-galleryGrid1m116 .dj-slide-title {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.1;
  color: #f5f5f5;
}
#dj-galleryGrid1m116 .dj-slide-desc-bg {
  background: #af0e0e !important;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#slider1m116 .dj-slide-title {
  font-size: 1.2em !important;
}
#slider1m116 .dj-slide-desc-bg {
  background: #da1616 !important;
  opacity: 0.7 !important;
  filter: alpha(opacity=70);
}
#dj-galleryGrid8m116 .dj-slide-desc-text p {
  display: block;
  padding: 0;
  font-size: 16px;
  color: #fff;
}
#dj-galleryGrid8m116 .dj-slide-title {
  font-size: 2.5em !important;
  font-weight: bold;
  line-height: 1.1;
  color: #f5f5f5;
  letter-spacing: -1px;
}
#dj-galleryGrid8m116 .dj-slide-desc-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #58a8a5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sj-service .service-inner ul li.item1,
.sj-service .service-inner ul li.item2 {
  border-bottom: 0px solid rgba(255,255,255,0.1);
}
.sj-service .service-inner ul li .service-info h4 a {
  font-size: 28px;
  font-weight: 400;
  color: #f99;
}
.sj-service .service-inner ul li .service-info {
  min-height: 135px;
}
.nopadding {
  padding: 0px;
}
.nomargin {
  margin-left: 0 !important;
  padding-right: 15px;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img {
  border: 0px solid #DDDDDD !important;
  padding: 0px !important;
}
.hikashop_subcategories,
.hikashop_products {
  clear: both !important;
}
.container-slider .slider .vpo-wrap .vp .item {
  background: #040f23;
}
.browseCategoryImage {
  max-height: 100px;
  width: auto;
  max-width: 100%;
  padding: 3px;
  margin-bottom: 5px;
  border: 1px solid rgba(255,255,255,0.39);
  display: none;
}
span.category-name {
  display: block;
}
.browseProductImage {
  max-height: 230px;
}
.spacer.product-container {
  border: 1px solid #ddd;
  margin: 2px;
  background: #fff;
}
p.product_s_desc {
  color: #666;
}
.vm-product-descr-container-1 > h2,
.vm-product-descr-container-0 > h2 {
  font-size: 19px;
  line-height: 20px;
  margin: 5px 0 8px 0;
  text-align: center;
}
.vm-product-descr-container-1 > h2 a,
.vm-product-descr-container-0 > h2 a {
  color: #e26c6c;
}
.vm-product-content h3 a {
  color: #de4f4f;
}
.vm-product-content h3 a:hover,
.vm-product-content h3 a:focus {
  color: #112e5d;
}
span.PricesalesPrice {
  color: #0077b3 !important;
  font-size: 130% !important;
}
.vm-product-details-container span.PricesalesPrice {
  padding: 5px 9px;
  border-radius: 2px;
  color: #35bbbf !important;
}
.productdetails .vm-product-container .vm-product-details-container .product-short-description {
  color: #ffffff;
}
.productdetails .vm-product-container .vm-product-details-container .availability {
  color: #35bbbf;
}
.productdetails .vm-product-container .vm-product-details-container .itemSocialBlock>strong {
  color: #35bbbf;
}
.productdetails .vm-product-container .vm-product-details-container .spacer-buy-area .product-fields-title-wrapper {
  color: #fff;
  min-width: 60px;
}
.chzn-container-single .chzn-single {
  color: #fff;
}
.productdetails .vm-product-media-container .main-image {
  border: 1px solid #6b788e;
}
.productdetails .vm-product-media-container .main-image img {
  max-height: 500px;
}
.productdetails .vm-product-container .vm-product-details-container .product-price {
  border-bottom: 1px solid #6b788e;
}
.productdetails .tab-product-detail .tab-product .nav-tabs {
  border: 0px solid #6b788e;
  background: transparent;
  color: #fff;
  margin-bottom: 0;
}
.productdetails .tab-product-detail .tab-product .nav-tabs>li {
  border: 0px solid #e8e8e8;
}
.productdetails .tab-product-detail .tab-product .nav-tabs>li>a {
  color: #fff;
}
.productdetails .tab-product-detail .tab-product .tab-content {
  border-width: 0px;
  border-style: solid;
  border-color: #6b788e;
}
.productdetails .nav>li>a:hover,
.productdetails .nav>li>a:focus {
  text-decoration: none;
  background-color: #35bbbf;
}
.productdetails .tab-product-detail .tab-product .nav-tabs>li.active>a {
  margin: 0px;
}
.category-view .virtuemart_search {
  background: #293b59;
  padding: 20px;
  margin: 0 0 30px;
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer.limitbox select {
  padding: 7px;
  line-height: 14px;
}
.category-view .cate-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 25px;
}
.horizontal-separator {
  height: 1px;
  background: #2d3c55;
  margin: 10px 0;
}
.category-view .vm-pagination .pagination >li a,
.category-view .vm-pagination .pagination >li span {
  margin: 0px 4px;
  padding: 5px;
  color: #ffffff;
}
.main-image {
  background: #ffffff;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.23);
}
.vm-product-descr-container-1 h2 a:hover,
.vm-product-descr-container-0 h2 a:hover {
  color: #112e5d;
}
div.vm-details-button {
  text-align: center;
  display: none;
}
span.addtocart-button span.addtocart-button,
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button {
  max-width: 100%;
  background: #1f52a5;
  color: #fff;
  border: solid #2c4671 1px;
}
.product-container span.addtocart-button {
  padding-top: 7px;
}
.product-container span.PricesalesPrice {
  color: #ffffff;
}
.btn-vme-round {
  color: #35bbbf;
}
.btn-vme-round > i {
  display: inline-block;
  background: #2053a5;
  border-radius: 14%;
  text-align: center;
  margin: 0;
  color: #fff;
}
.vme-quickview {
  padding: 10px 0;
}
#ProOPC .proopc-process-title {
  margin: 0;
  background: #082654 !important;
  border-bottom: 1px solid #07152d !important;
}
#ProOPC .proopc-change-shopper-title {
  margin: 0;
  background: #082654 !important;
  border-bottom: 1px solid #07152d !important;
}
#ProOPC select {
  background-color: #082654 !important;
  border: 1px solid #07152d !important;
}
#ProOPC textarea {
  border: 1px solid #07152d !important;
  background-color: rgba(8,38,84,0.37) !important;
}
.col-name a {
  color: #cadcfa !important;
}
.total_products {
  width: 42px;
  display: inline;
}
.divtocart {
  float: right;
  display: inline;
}
#fancybox-outer {
  background: #8a8a8a;
}
.vm-col-3 {
  width: 30.0%;
}
.category-view .orderby-displaynumber {
  border: none;
  background: rgba(61,77,103,0.56078431372549);
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer.limitbox select {
  background: transparent;
  color: #ccc;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .pre-text {
  background: url(../../templates/sj_kampe/images/icons/icon-shoes.png) no-repeat scroll 15px center #35bbbf;
  color: #fff;
  display: block;
  float: left;
  font-size: 30px;
  font-weight: 700;
  padding: 15px 20px 15px 50px;
  text-transform: uppercase;
  margin: 0;
}
.productdetails .vm-product-container {
  padding: 0 15px;
}
.productdetails .vm-product-container .vm-product-top-container h1 {
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
}
.sj-listing-tabs .item-addtocart .addtocart-area form .addtocart-bar {
  position: relative;
  text-align: center !important;
  bottom: 10px;
}
.sj-listing-tabs .item-title a {
  color: #2a9497;
  font-weight: 600;
}
.sj-listing-tabs .item-title a:hover,
.sj-listing-tabs .item-title a:hover {
  color: #555;
}
.sj-listing-tabs .item-addtocart .addtocart-area form .addtocart-bar .addtocart-button {
  bottom: 10px;
}
.sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
  margin: 0 10px;
  text-align: center;
  padding-bottom: 10px;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  margin: 0 0 30px;
  border-top: 1px solid #1f52a5;
  border-bottom: 1px solid #1f52a5;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
  margin-left: 0%;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.tab-sel,
.container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover {
  background: #de4f4f;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.tab-sel span:after,
.container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover span:after {
  border-top-color: #de4f4f;
}
.ltabs-items-container .btn-vme-round > i {
  padding: 6px;
}
.sj-listing-tabs .ltabs-items-container .ltabs-loadmore {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 20px auto;
}
.container .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .add-loadmore {
  display: none;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category:hover .hikashop_container .hikashop_category_more a {
  background: #002154;
}
.lavalamp-object.lavalamp-item {
  display: none;
}
.blog .resplc-loadmore,
.blog-featured .resplc-loadmore {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 20px auto;
  clear: both;
}
.category-view .row .category .spacer h2 a img {
  display: none;
}
#yt_footer #yt_copyrightposition a {
  color: #999;
  display: none;
}
.pgplugin1,
.pgplugin0 {
  border: 1px solid #32415a;
  background: rgba(8,38,84,0.4);
  margin: 3px !important;
  padding: 0px !important;
  color: #8a9ba7;
  height: 222px !important;
}
.pg-cv-box:hover {
  background: #112e5d;
}
.pg-cv-name {
  display: none;
}
.pg-cv-box {
  height: 200px !important;
}
.tparrows.preview4 .tp-arr-titleholder {
  background: #021431;
}
img:hover {
  opacity: 0.9;
}
.hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_title a span {
  font-weight: 700;
  font-size: 35px;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_title a {
  color: #fff;
  text-transform: none;
  font-size: 70%;
  line-height: 70%;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_title {
  text-align: center;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_product_image .hikashop_category_desc {
  padding: 5% 5% 0 5%;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_product_image .hikashop_category_desc p.head-description {
  font-size: 27px;
  font-weight: 300;
  text-transform: none;
  text-align: center;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_product_image .hikashop_category_desc p {
  font-size: 16px;
  letter-spacing: -0.5px;
  text-align: center;
}
.item-pagestred h1 {
  text-align: center;
}
.pgplugin1 .name {
  display: none;
}
.rsformnopadding.center.mensi.hidden-phone {
  text-align: center;
}
.formResponsive .formHorizontal .rsform-block {
  margin-bottom: 0px !important;
  display: inline-flex !important;
}
.formResponsive .formHorizontal .formControlLabel {
  float: left;
  width: auto !important;
  padding-top: 5px !important;
  text-align: left !important;
}
.formResponsive .formHorizontal .formControls {
  margin-left: 5px !important;
  padding-left: 3px !important;
  width: auto !important;
}
.formResponsive input[type="text"] {
  border-radius: 1px !important;
  max-width: 50% !important;
}
.formResponsive input.rsform-calendar-button {
  margin-bottom: 8px !important;
  border-radius: 1px;
}
.formResponsive button[type="submit"]:first-child {
  border-radius: 0px !important;
  background-image: none !important;
  border: 0 !important;
  padding: 6px 18px 6px;
}
.formResponsive input[type="reset"],
.formResponsive button[type="reset"] {
  border-radius: 0px !important;
  background-image: none !important;
  border: 0 !important;
  padding: 6px 18px 6px;
}
.formResponsive input.rsform-calendar-button {
  background: #35bbbf !important;
  color: #fff !important;
  border: 1px solid #19a8ad !important;
  border-radius: 1px !important;
  margin-left: 2px;
}
.module.nopadding {
  margin: 0;
}
.mensi .modtitle {
  font-size: 22px !important;
  margin: 0 !important;
  padding: 0;
  text-transform: none !important;
}
.container .blog .resplc-loadmore {
  display: none;
}
.cat-children {
  display: none;
}
span.field-label.cena {
  font-weight: 600;
  display: none;
}
.blog .items-row {
  border-bottom: 0px solid #3a4962;
  padding: 20px 0;
}
.blog .items-row .item .article-text a.more {
  background: rgba(3,32,78,0);
  color: #fff;
}
.blogblog a.more {
  margin-top: 10px;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info {
  margin-top: 10px;
  padding: 10px 20px 10px 20px;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-title {
  font-size: 17px !important;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-des {
  font-size: 14px !important;
}
hr.ciara {
  border: 1px solid #35bbbf;
}
.partneri {
  float: left;
  margin-right: 5px;
  margin-bottom: 6px;
  padding: 3px;
  border: 1px solid #3c4b65;
}
.productdetails-view .PricediscountAmount.vm-display.vm-price-value {
  margin-top: 12px;
}
#yt_breadcrumb h3.breadcrumb-title {
  color: #919295;
  display: none;
}
#yt_breadcrumb ul.breadcrumb {
  float: left;
}
.browseProductImage {
  max-height: 170px;
}
.manufacturer,
.manufacturer-details-view .email-weblink,
.manufacturer-details-view .description {
  margin: 10px 0px 9px;
}
span.vm-img-desc {
  display: none;
}
a.mod-articles-category-title {
  font-size: 18px;
}
.yui-calendar td.calcell a {
  color: #35bbbf;
}
.yui-calcontainer {
  background-color: #172f56 !important;
  border: 1px solid #2d3c55 !important;
}
.yui-calendar td.calcell a {
  color: #d0e2ff !important;
  text-decoration: none;
}
.yui-calendar td.calcell.oom {
  cursor: default;
  color: #999;
  background-color: #111d2f !important;
}
.yui-calendar .calweekdaycell {
  color: #adb0b5 !important;
  font-weight: normal;
  text-align: center;
  width: 2.0em;
}
.dj-slide {
  opacity: 1 !important;
}
#dj-mslider10m135 .dj-slide-desc-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff !important;
  opacity: 1 !important;
}
#dj-mslider10m135 .dj-slide-desc-text {
  color: #000 !important;
  text-align: center !important;
}
#dj-mslider10m135 .dj-slide-title {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.1;
  color: #000 !important;
  margin: 5px 0;
}
#dj-mslider10m135 .dj-slide-desc-text a {
  color: #000 !important;
}
.obrazok1 {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 3px;
  border: 1px solid #ddd;
}
.obrazok2 {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 3px;
  border: 1px solid #ddd;
}
.obrazok3 {
  margin: 10px;
  padding: 3px;
  border: 1px solid #ddd;
}
.obrazok4 {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 3px;
  border: 0px;
}
.obrazok5 {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 3px;
  border: 0px;
}
.obrazok-maly {
  float: left;
  padding: 3px;
  border: 1px solid #ddd;
}
.cena {
  float: right;
  margin-right: 65px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 3px;
  border: 0px;
  font-size: 4.0vw;
}
.neprehliadni {
  color: #c8deff;
}
.neprehliadni2 {
  font-weight: bold;
  color: #c8deff;
}
.neprehliadni3 {
  font-weight: bold;
  color: #c8deff;
  font-size: 120%;
  line-height: 140%;
}
.neprehliadni4 {
  font-weight: bold;
  color: #c8deff;
  font-size: 180%;
  line-height: 150%;
}
.neprehliadni5 {
  color: #1c7797;
}
.neprehliadni6 {
  font-weight: bold;
  color: #000000;
}
.neprehliadni7 {
  font-weight: bold;
  color: #000000;
  font-size: 120%;
  line-height: 140%;
}
.neprehliadni8 {
  font-weight: bold;
  color: #000000;
  font-size: 180%;
  line-height: 150%;
}
.neprehliadni9 {
  color: #333;
}
.neprehliadni10 {
  font-weight: bold;
}
.neprehliadni11 {
  font-weight: bold;
  font-size: 120%;
  line-height: 140%;
}
.neprehliadni12 {
  font-weight: bold;
  font-size: 180%;
  line-height: 200%;
}
.uvodnik {
  font-size: 120%;
  line-height: 180%;
}
.small {
  font-size: 85%;
}
.tagcloud {
  font-size: 125%;
  line-height: 170%;
  text-align: center;
  display: inline-block;
}
.mega {
  font-size: 120%;
  line-height: 140%;
  text-transform: uppercase;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a:focus,
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a:hover,
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a.active {
  color: #fff;
  background: #275192;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav {
  background-color: #274471;
}
.yt-off-sideresmenu .yt-sideresmenu {
  background: #0f2c5a;
  border-right: 1px solid #275192;
}
.chzn-container {
  color: #555;
}
#yt_menuposition #yt-responivemenu .btn-navbar {
  background: #35bbbf;
  padding: 9px 14px;
  height: 40px;
}
.rt01flat>.rt01tabs.rt01pag-hor.rt01pag-begin,
.rt01flatbox>.rt01tabs.rt01pag-hor.rt01pag-begin {
  border-bottom: 0px solid #4FC1E9 !important;
}
.rt01flat>.rt01tabs .rt01pagitem.rt01cur,
.rt01flatbox>.rt01tabs .rt01pagitem.rt01cur {
  background-color: transparent !important;
  color: #fff;
  border: 3px solid #fff !important;
}
.rt01tabs.rt01pag-hor .rt01pagitem {
  padding: 12px 49px !important;
  text-align: center;
}
.rt01tabs .rt01pagitem {
  padding-bottom: 5px;
  color: #fff !important;
  font-weight: bold;
  white-space: nowrap;
  background: #162e55;
  border: 3px solid #35bbbf;
}
.su-super-tabs-pane a {
  color: #fff;
}
.su-super-tabs-pane a:hover {
  color: #f5f5f5;
}
@media (max-width: 400px) {
  .row div[class*="width"] {
    width: 49%;
    float: none;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .product.vm-col.vm-col-3 {
    width: 92%;
  }
}
@media (max-width: 600px) {
  .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_title a span {
    font-size: 25px;
  }
  .back-to-category {
    float: right;
    display: none;
  }
  .product-neighbours {
    display: none;
  }
  #yt_header #cart {
    float: right;
    width: 43%;
  }
  .homepage #yt_slideshow {
    margin-top: 0;
    background-size: 100% !important;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  div#vmCartModule {
    font-size: 106%;
    padding: 8px 0 0 22px;
    font-weight: bold;
    text-align: center;
    padding-right: 15px;
  }
  #cart {
    background-position: center center;
  }
  #yt_header {
    background: rgba(0,33,84,0.4);
    min-height: 65px;
    height: 65px;
  }
  #yt_spotlight1 #yt_logoposition {
    text-align: center;
  }
  #bd #yt_menuposition #yt-responivemenu {
    display: inline-block;
    margin-top: 8px;
  }
  #yt_header #cart {
    float: right;
    width: 49%;
    height: 60px;
    border-left: 1px solid #275192;
    padding-top: 5px;
  }
  #yt_menuposition #yt-responivemenu .btn-navbar {
    padding: 17px 17px;
    height: 50px;
    margin-top: 0;
  }
  .product-container.width20 {
    width: 50%;
  }
  #yt_spotlight1 .module {
    margin: 0;
  }
  ul.menu2 {
    list-style-type: none;
    padding: 2px;
    display: inline-block;
  }
  ul.menu2 li {
    float: left;
    padding-right: 26px;
    padding-left: 15px;
  }
  #bottom2 .module.center {
    margin: -10px 0 20px;
  }
  #bd #yt_spotlight1 #top2 {
    float: none;
    margin: 0 0 0px;
    text-align: center;
  }
  .category-view .row .category .spacer h2 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .category-view .row .category .spacer h2 a img {
    display: none;
  }
  #bd .layout-boxed {
    background: rgba(19,38,69,0.9);
  }
  #yt_wrapper {
    background: url(../../templates/sj_kampe/images/bg-home.png) no-repeat center top;
  }
  #bd .container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs .ltabs-tab span {
    color: #fff;
  }
  .container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li span {
    padding: 10px 10px;
    font-size: 13px;
  }
  #bd .container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs .ltabs-tab.tab-sel,
  #bd .container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs .ltabs-tab:hover {
    color: #fff;
    background: #de4f4f;
  }
  #bd .container .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs .ltabs-tab span:after {
    border: 2;
  }
  .sj-service .service-inner ul li .service-info h4 a {
    font-size: 20px;
  }
  .back-to-category {
    float: right;
    display: none;
  }
  .product-neighbours {
    display: none;
  }
  table.cart-summary.proopc-table-striped tbody tr td:before {
    position: initial !important;
    top: 0px;
    left: 8px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .homepage #yt_wrapper {
    background-image: url(../../templates/sj_kampe/images/bg-home.png);
    background-size: 300% !important;
    background-repeat: no-repeat;
  }
  .homepage #yt_slideshow {
    margin-top: 60px;
    background-image: none;
    background-size: 100% !important;
    background-repeat: no-repeat;
  }
  .hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_title {
    font-size: 25px;
  }
  ul.menu2 {
    list-style-type: none;
    padding: 0px;
    font-size: 10px;
  }
  #footer2 h2 {
    font-size: 122%;
  }
  .logo {
    width: 100%;
    overflow: hidden;
  }
  img.tpadding {
    margin-top: -40px;
    margin-bottom: -60px;
  }
  .category-view .row .vm-col .vm-col-3 {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .cena {
    float: right;
    margin-right: 45px;
    margin-top: -6px;
    margin-bottom: 10px;
    padding: 3px;
    border: 0px;
    font-size: 180%;
  }
  .neprehliadni12 {
    font-weight: bold;
    font-size: 150%;
    line-height: 195%;
  }
  #bd thead {
    display: table-header-group !important;
    float: left;
  }
  tr {
    display: table-row;
  }
  #bd table th {
    background: transparent;
    border-radius: 0;
    color: #fff;
    display: table-cell;
  }
  #bd table {
    width: 100%;
    display: inline-grid;
    border: 1px solid #ccc;
  }
  #bd table td {
    display: block;
    padding: 6px 9px 4px;
    min-height: 20px;
    text-align: left;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    min-width: 23px;
    text-align: center;
    vertical-align: middle;
  }
  .yui-calendar .calweekdaycell {
    width: 21px;
  }
  .category-view .vm-pagination .pagination >li span {
    margin: 0px 2px;
    padding: 1px;
    color: #fff;
  }
  .vm-col-3 {
    width: 45%;
  }
  .blogblog .page-header {
    font-size: 133%;
    display: flex;
    float: left;
  }
  div.blogblog .pull-left.item-image {
    width: 100% !important;
    min-width: 100% !important;
    min-height: 200px !important;
    margin-top: -5px;
    margin-right: 0px;
  }
  canvas#snowCanvas {
    display: none;
  }
  .span6.kategoria.prva {
    margin-top: 15px;
  }
  .span6.kategoria {
    margin-top: -25px;
  }
  .span6.kategoria.spodna {
    margin-top: 25px;
  }
  .sj-service .service-inner ul li {
    margin-left: 0%;
  }
}
@media only screen and (max-width: 479px) and (min-width: 0px) {
  .logo {
    width: 100%;
    overflow: hidden;
  }
  .hikashop_module .hikashop_subcategories_listing .hikashop_subcategories .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_title {
    font-size: 22px;
  }
  .sj-service .service-inner ul li .service-info h4 a {
    font-size: 15px;
  }
  .service-info p {
    font-size: 86%;
  }
  .cena {
    float: right;
    margin-right: 45px;
    margin-top: -6px;
    margin-bottom: 10px;
    border: 0px;
    font-size: 180%;
  }
  #bd #yt_slideshow {
    min-height: inherit;
    margin-top: 120px;
  }
  .category-view .vm-pagination .pagination >li a {
    margin: 0px 1px;
    padding: 1px;
    font-size: 12px;
  }
  .vm-pagination ul li {
    display: inline-block;
  }
}
@media (min-width: 767px) {
  .product-container.width20.floatleft {
    background: #fff;
    margin: 1%;
    padding: 1%;
  }
  .browse-view .row .product .spacer {
    padding: 6px;
    min-height: 317px;
  }
  .col-md-2 {
    width: 16.66666667%;
    float: left;
  }
  .col-md-6 {
    width: 50%;
    float: left;
  }
  .col-md-12 {
    width: 100%;
    float: left;
  }
}
@media (min-width: 401px) and (max-width: 676px) {
  #bd #yt_slideshow #slideshow {
    margin: 250px 0 0;
  }
  .vm-col-3 {
    width: 92%;
  }
}
@media (min-width: 980px) {
  #top3 h1 {
    font-size: 240%;
  }
}
